Class: Aws::RoboMaker::Types::DescribeRobotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The target architecture of the robot application.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#created_atTime

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

Returns:

  • (Time)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#fleet_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#greengrass_group_idString

The Greengrass group id.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#last_deployment_jobString

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

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#last_deployment_timeTime

The time of the last deployment job.

Returns:

  • (Time)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#nameString

The name of the robot.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#statusString

The status of the fleet.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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

#tagsHash<String,String>

The list of all tags added to the specified robot.

Returns:

  • (Hash<String,String>)


2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2142

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