Class: Aws::Types::LaunchTemplateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def version @version end |