Class: Aws::Types::ApiParameter
- Inherits:
-
Object
- Object
- Aws::Types::ApiParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
400 401 402 |
# File 'sig/types.rbs', line 400 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
401 402 403 |
# File 'sig/types.rbs', line 401 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
402 403 404 |
# File 'sig/types.rbs', line 402 def value @value end |