ListInstancesResponse
public struct ListInstancesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Summary information about the instances that are associated with the specified service.
Declaration
Swift
public let instances: [InstanceSummary]?
-
If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(instances: [InstanceSummary]? = nil, nextToken: String? = nil)