You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::Fleet
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::Fleet
- Defined in:
- (unknown)
Overview
Information about a fleet.
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
-
#last_deployment_job ⇒ String
The Amazon Resource Name (ARN) of the last deployment job.
-
#last_deployment_status ⇒ String
The status of the last fleet deployment.
-
#last_deployment_time ⇒ Time
The time of the last deployment.
-
#name ⇒ String
The name of the fleet.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the fleet.
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
#last_deployment_job ⇒ String
The Amazon Resource Name (ARN) of the last deployment job.
#last_deployment_status ⇒ String
The status of the last fleet deployment.
Possible values:
- Pending
- Preparing
- InProgress
- Failed
- Succeeded
- Canceled
#last_deployment_time ⇒ Time
The time of the last deployment.
#name ⇒ String
The name of the fleet.