ListInstancesRequest

public struct ListInstancesRequest : AWSShape
extension SSOAdmin.ListInstancesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to display for the instance.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

    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