ListInstancesOutput
public struct ListInstancesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of instances for the cluster and given filters.
Declaration
Swift
public let instances: [Instance]? -
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(instances: [Instance]? = nil, marker: String? = nil)
View on GitHub
ListInstancesOutput Structure Reference