ListClustersInput
public struct ListClustersInput : AWSShape
extension EMR.ListClustersInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cluster state filters to apply when listing clusters.
Declaration
Swift
public let clusterStates: [ClusterState]?
-
The creation date and time beginning value filter for listing clusters.
Declaration
Swift
public let createdAfter: TimeStamp?
-
The creation date and time end value filter for listing clusters.
Declaration
Swift
public let createdBefore: TimeStamp?
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(clusterStates: [ClusterState]? = nil, createdAfter: TimeStamp? = nil, createdBefore: TimeStamp? = nil, marker: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EMR.ListClustersInput