Class: Aws::Types::ComponentParameterDetail
- Inherits:
-
Object
- Object
- Aws::Types::ComponentParameterDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
134 135 136 |
# File 'sig/types.rbs', line 134 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
135 136 137 |
# File 'sig/types.rbs', line 135 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
133 134 135 |
# File 'sig/types.rbs', line 133 def type @type end |