Class: Aws::RoboMaker::Types::RobotDeployment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Information about a robot deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The robot deployment Amazon Resource Name (ARN).

Returns:

  • (String)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

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_timeTime

The time, in milliseconds since the epoch, when the deployment finished.

Returns:

  • (Time)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

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_timeTime

The time, in milliseconds since the epoch, when the deployment was started.

Returns:

  • (Time)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

class RobotDeployment < Struct.new(
  :arn,
  :deployment_start_time,
  :deployment_finish_time,
  :status,
  :progress_detail,
  :failure_reason,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The robot deployment failure code.

Returns:

  • (String)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

class RobotDeployment < Struct.new(
  :arn,
  :deployment_start_time,
  :deployment_finish_time,
  :status,
  :progress_detail,
  :failure_reason,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A short description of the reason why the robot deployment failed.

Returns:

  • (String)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

class RobotDeployment < Struct.new(
  :arn,
  :deployment_start_time,
  :deployment_finish_time,
  :status,
  :progress_detail,
  :failure_reason,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#progress_detailTypes::ProgressDetail

Information about how the deployment is progressing.



4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

class RobotDeployment < Struct.new(
  :arn,
  :deployment_start_time,
  :deployment_finish_time,
  :status,
  :progress_detail,
  :failure_reason,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the robot deployment.

Returns:

  • (String)


4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4334

class RobotDeployment < Struct.new(
  :arn,
  :deployment_start_time,
  :deployment_finish_time,
  :status,
  :progress_detail,
  :failure_reason,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end