AddInstanceFleetOutput
public struct AddInstanceFleetOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name of the cluster.
Declaration
Swift
public let clusterArn: String?
-
The unique identifier of the cluster.
Declaration
Swift
public let clusterId: String?
-
The unique identifier of the instance fleet.
Declaration
Swift
public let instanceFleetId: String?
-
Undocumented
Declaration
Swift
public init(clusterArn: String? = nil, clusterId: String? = nil, instanceFleetId: String? = nil)