Class: Aws::RoboMaker::Types::TemplateSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
5315
5316
5317
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5309

class TemplateSummary < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


5309
5310
5311
5312
5313
5314
5315
5316
5317
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5309

class TemplateSummary < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time, in milliseconds since the epoch, when the template was last updated.

Returns:

  • (Time)


5309
5310
5311
5312
5313
5314
5315
5316
5317
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5309

class TemplateSummary < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the template.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
5315
5316
5317
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5309

class TemplateSummary < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the template that you're using.

Returns:

  • (String)


5309
5310
5311
5312
5313
5314
5315
5316
5317
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5309

class TemplateSummary < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end