Class: Aws::Types::ParameterDetail
- Inherits:
-
Object
- Object
- Aws::Types::ParameterDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#type ⇒ "string", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def description @description end |
#required ⇒ Boolean
Returns the value of attribute required.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def required @required end |
#type ⇒ "string", ...
Returns the value of attribute type.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def type @type end |