ListInstancesResponse
public struct ListInstancesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Lists the SSO instances that the caller has access to.
Declaration
Swift
public let instances: [InstanceMetadata]? -
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(instances: [InstanceMetadata]? = nil, nextToken: String? = nil)
View on GitHub
ListInstancesResponse Structure Reference