Class: Aws::RoboMaker::Types::RobotDeployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotDeployment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Information about a robot deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The robot deployment Amazon Resource Name (ARN).
-
#deployment_finish_time ⇒ Time
The time, in milliseconds since the epoch, when the deployment finished.
-
#deployment_start_time ⇒ Time
The time, in milliseconds since the epoch, when the deployment was started.
-
#failure_code ⇒ String
The robot deployment failure code.
-
#failure_reason ⇒ String
A short description of the reason why the robot deployment failed.
-
#progress_detail ⇒ Types::ProgressDetail
Information about how the deployment is progressing.
-
#status ⇒ String
The status of the robot deployment.
Instance Attribute Details
#arn ⇒ String
The robot deployment Amazon Resource Name (ARN).
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#deployment_finish_time ⇒ Time
The time, in milliseconds since the epoch, when the deployment finished.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#deployment_start_time ⇒ Time
The time, in milliseconds since the epoch, when the deployment was started.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The robot deployment failure code.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
A short description of the reason why the robot deployment failed.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#progress_detail ⇒ Types::ProgressDetail
Information about how the deployment is progressing.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the robot deployment.
4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4329 class RobotDeployment < Struct.new( :arn, :deployment_start_time, :deployment_finish_time, :status, :progress_detail, :failure_reason, :failure_code) SENSITIVE = [] include Aws::Structure end |