Class: Aws::RoboMaker::Types::Robot

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

Overview

Information about a robot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The architecture of the robot.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time, in milliseconds since the epoch, when the robot was created.

Returns:

  • (Time)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#green_grass_group_idString

The Greengrass group associated with the robot.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_deployment_jobString

The Amazon Resource Name (ARN) of the last deployment job.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_deployment_timeTime

The time of the last deployment.

Returns:

  • (Time)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the robot.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the robot.

Returns:

  • (String)


4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4197

class Robot < Struct.new(
  :arn,
  :name,
  :fleet_arn,
  :status,
  :green_grass_group_id,
  :created_at,
  :architecture,
  :last_deployment_job,
  :last_deployment_time)
  SENSITIVE = []
  include Aws::Structure
end