Class: Aws::Types::UpdateSystemTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSystemTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_namespace_version ⇒ ::Integer
Returns the value of attribute compatible_namespace_version.
-
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#compatible_namespace_version ⇒ ::Integer
Returns the value of attribute compatible_namespace_version.
562 563 564 |
# File 'sig/types.rbs', line 562 def compatible_namespace_version @compatible_namespace_version end |
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
561 562 563 |
# File 'sig/types.rbs', line 561 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
560 561 562 |
# File 'sig/types.rbs', line 560 def id @id end |