Class: Aws::Types::Parameter
- Inherits:
-
Object
- Object
- Aws::Types::Parameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
758 759 760 |
# File 'sig/types.rbs', line 758 def allowed_values @allowed_values end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
757 758 759 |
# File 'sig/types.rbs', line 757 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
756 757 758 |
# File 'sig/types.rbs', line 756 def description @description end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
759 760 761 |
# File 'sig/types.rbs', line 759 def minimum_engine_version @minimum_engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
754 755 756 |
# File 'sig/types.rbs', line 754 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
755 756 757 |
# File 'sig/types.rbs', line 755 def value @value end |