Class: Aws::Types::LaunchTemplateSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def version
  @version
end