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)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def version
  @version
end