Class: Aws::Types::SqlParameter
- Inherits:
-
Object
- Object
- Aws::Types::SqlParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type_hint ⇒ "JSON", ...
Returns the value of attribute type_hint.
-
#value ⇒ Types::Field
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
260 261 262 |
# File 'sig/types.rbs', line 260 def name @name end |
#type_hint ⇒ "JSON", ...
Returns the value of attribute type_hint.
262 263 264 |
# File 'sig/types.rbs', line 262 def type_hint @type_hint end |
#value ⇒ Types::Field
Returns the value of attribute value.
261 262 263 |
# File 'sig/types.rbs', line 261 def value @value end |