Class: Aws::RoboMaker::Types::CreateRobotResponse

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.

Returns:

  • (String)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#greengrass_group_idString

The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.

Returns:

  • (String)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the robot.

Returns:

  • (String)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of all tags added to the robot.

Returns:

  • (Hash<String,String>)


676
677
678
679
680
681
682
683
684
685
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 676

class CreateRobotResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :greengrass_group_id,
  :architecture,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end