AddInstanceGroupsOutput
public struct AddInstanceGroupsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name of the cluster.
Declaration
Swift
public let clusterArn: String?
-
Instance group IDs of the newly created instance groups.
Declaration
Swift
public let instanceGroupIds: [String]?
-
The job flow ID in which the instance groups are added.
Declaration
Swift
public let jobFlowId: String?
-
Undocumented
Declaration
Swift
public init(clusterArn: String? = nil, instanceGroupIds: [String]? = nil, jobFlowId: String? = nil)