Fleet
public struct Fleet : 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 Amazon Resource Name (ARN) of the last deployment job.
Declaration
Swift
public let lastDeploymentJob: String? -
The status of the last fleet deployment.
Declaration
Swift
public let lastDeploymentStatus: DeploymentStatus? -
The time of the last deployment.
Declaration
Swift
public let lastDeploymentTime: TimeStamp? -
The name of the fleet.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, lastDeploymentJob: String? = nil, lastDeploymentStatus: DeploymentStatus? = nil, lastDeploymentTime: TimeStamp? = nil, name: String? = nil)
View on GitHub
Fleet Structure Reference