Class: Aws::Types::TemplateParameterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TemplateParameterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#type ⇒ "NUMBER", "STRING"
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
645 646 647 |
# File 'sig/types.rbs', line 645 def default_value @default_value end |
#type ⇒ "NUMBER", "STRING"
Returns the value of attribute type.
644 645 646 |
# File 'sig/types.rbs', line 644 def type @type end |