ListIndicesRequest

public struct ListIndicesRequest : AWSShape
extension IoT.ListIndicesRequest: 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?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws