ListInstanceGroupsInput
public struct ListInstanceGroupsInput : AWSShape
extension EMR.ListInstanceGroupsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the cluster for which to list the instance groups.
Declaration
Swift
public let clusterId: String
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(clusterId: String, marker: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EMR.ListInstanceGroupsInput