ListInstancesInput
public struct ListInstancesInput : AWSShape
extension EMR.ListInstancesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the cluster for which to list the instances.
Declaration
Swift
public let clusterId: String
-
The unique identifier of the instance fleet.
Declaration
Swift
public let instanceFleetId: String?
-
The node type of the instance fleet. For example MASTER, CORE, or TASK.
Declaration
Swift
public let instanceFleetType: InstanceFleetType?
-
The identifier of the instance group for which to list the instances.
Declaration
Swift
public let instanceGroupId: String?
-
The type of instance group for which to list the instances.
Declaration
Swift
public let instanceGroupTypes: [InstanceGroupType]?
-
A list of instance states that will filter the instances returned with this request.
Declaration
Swift
public let instanceStates: [InstanceState]?
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
init(clusterId:instanceFleetId:instanceFleetType:instanceGroupId:instanceGroupTypes:instanceStates:marker:)
Undocumented
Declaration
Swift
public init(clusterId: String, instanceFleetId: String? = nil, instanceFleetType: InstanceFleetType? = nil, instanceGroupId: String? = nil, instanceGroupTypes: [InstanceGroupType]? = nil, instanceStates: [InstanceState]? = nil, marker: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> EMR.ListInstancesInput