ListV2LoggingLevelsRequest

public struct ListV2LoggingLevelsRequest : AWSShape
extension IoT.ListV2LoggingLevelsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • The token used to get the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The type of resource for which you are configuring logging. Must be THING_Group.

    Declaration

    Swift

    public let targetType: LogTargetType?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, targetType: LogTargetType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListV2LoggingLevelsRequest