Class: Aws::Types::CreateSystemTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSystemTemplateRequest
- 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.
Instance Attribute Details
#compatible_namespace_version ⇒ ::Integer
Returns the value of attribute compatible_namespace_version.
50 51 52 |
# File 'sig/types.rbs', line 50 def compatible_namespace_version @compatible_namespace_version end |
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
49 50 51 |
# File 'sig/types.rbs', line 49 def definition @definition end |