Class: Aws::Types::AutoParameter
- Inherits:
-
Object
- Object
- Aws::Types::AutoParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value_hint ⇒ ::String
Returns the value of attribute value_hint.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
765 766 767 |
# File 'sig/types.rbs', line 765 def name @name end |
#value_hint ⇒ ::String
Returns the value of attribute value_hint.
766 767 768 |
# File 'sig/types.rbs', line 766 def value_hint @value_hint end |