Class: Aws::Types::Parameter
- Inherits:
-
Object
- Object
- Aws::Types::Parameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dynamic ⇒ Boolean
Returns the value of attribute dynamic.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
761 762 763 |
# File 'sig/types.rbs', line 761 def description @description end |
#dynamic ⇒ Boolean
Returns the value of attribute dynamic.
763 764 765 |
# File 'sig/types.rbs', line 763 def dynamic @dynamic end |
#required ⇒ Boolean
Returns the value of attribute required.
762 763 764 |
# File 'sig/types.rbs', line 762 def required @required end |