ListInstanceGroupsOutput
public struct ListInstanceGroupsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of instance groups for the cluster and given filters.
Declaration
Swift
public let instanceGroups: [InstanceGroup]?
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(instanceGroups: [InstanceGroup]? = nil, marker: String? = nil)