Class: Aws::Types::TemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::TemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
532 533 534 |
# File 'sig/types.rbs', line 532 def data_type @data_type end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
531 532 533 |
# File 'sig/types.rbs', line 531 def input_name @input_name end |
#required ⇒ Boolean
Returns the value of attribute required.
533 534 535 |
# File 'sig/types.rbs', line 533 def required @required end |