Class: Aws::RoboMaker::Types::CreateRobotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotResponse
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The target architecture of the robot.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
-
#greengrass_group_id ⇒ String
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
-
#name ⇒ String
The name of the robot.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the robot.
Instance Attribute Details
#architecture ⇒ String
The target architecture of the robot.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the robot.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the robot was created.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |
#greengrass_group_id ⇒ String
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the robot.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of all tags added to the robot.
673 674 675 676 677 678 679 680 681 682 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 673 class CreateRobotResponse < Struct.new( :arn, :name, :created_at, :greengrass_group_id, :architecture, :tags) SENSITIVE = [] include Aws::Structure end |