Class: Aws::RoboMaker::Types::Fleet
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::Fleet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Information about a fleet.
Constant Summary collapse
- SENSITIVE =
[]
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.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |
#last_deployment_job ⇒ String
The Amazon Resource Name (ARN) of the last deployment job.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |
#last_deployment_status ⇒ String
The status of the last fleet deployment.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |
#last_deployment_time ⇒ Time
The time of the last deployment.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the fleet.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3070 class Fleet < Struct.new( :name, :arn, :created_at, :last_deployment_status, :last_deployment_job, :last_deployment_time) SENSITIVE = [] include Aws::Structure end |