Class: Aws::Types::Parameter
- Inherits:
-
Object
- Object
- Aws::Types::Parameter
- 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.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def value @value end |