Class: Aws::RoboMaker::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::TemplateSummary
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Summary information for a template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the template.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the template was created.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the template was last updated.
-
#name ⇒ String
The name of the template.
-
#version ⇒ String
The version of the template that you're using.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the template.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5310 class TemplateSummary < Struct.new( :arn, :created_at, :last_updated_at, :name, :version) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the template was created.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5310 class TemplateSummary < Struct.new( :arn, :created_at, :last_updated_at, :name, :version) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the template was last updated.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5310 class TemplateSummary < Struct.new( :arn, :created_at, :last_updated_at, :name, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the template.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5310 class TemplateSummary < Struct.new( :arn, :created_at, :last_updated_at, :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the template that you're using.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5310 class TemplateSummary < Struct.new( :arn, :created_at, :last_updated_at, :name, :version) SENSITIVE = [] include Aws::Structure end |