CreateFleetResponse
public struct CreateFleetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the fleet.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the fleet was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The name of the fleet.
Declaration
Swift
public let name: String?
-
The list of all tags added to the fleet.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, name: String? = nil, tags: [String : String]? = nil)