DescribeFleetResponse
public struct DescribeFleetResponse : 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 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? -
A list of robots.
Declaration
Swift
public let robots: [Robot]? -
The list of all tags added to the specified fleet.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, lastDeploymentJob: String? = nil, lastDeploymentStatus: DeploymentStatus? = nil, lastDeploymentTime: TimeStamp? = nil, name: String? = nil, robots: [Robot]? = nil, tags: [String : String]? = nil)
View on GitHub
DescribeFleetResponse Structure Reference