Class: Aws::RoboMaker::Types::DescribeWorldTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeWorldTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the world template.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was last updated.
-
#name ⇒ String
The name of the world template.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
-
#version ⇒ String
The version of the world template that you’re using.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world template.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was last updated.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the world template.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the world template that you’re using.
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2921 class DescribeWorldTemplateResponse < Struct.new( :arn, :client_request_token, :name, :created_at, :last_updated_at, :tags, :version) SENSITIVE = [] include Aws::Structure end |