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.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def value @value end |