ListInstanceFleetsInput
public struct ListInstanceFleetsInput : AWSShape
extension EMR.ListInstanceFleetsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the cluster.
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.ListInstanceFleetsInput