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.
-
#change_type ⇒ "immediate", "requires-reboot"
Returns the value of attribute change_type.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def allowed_values @allowed_values end |
#change_type ⇒ "immediate", "requires-reboot"
Returns the value of attribute change_type.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def change_type @change_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def is_modifiable @is_modifiable end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def minimum_engine_version @minimum_engine_version end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def parameter_value @parameter_value end |
#source ⇒ ::String
Returns the value of attribute source.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def source @source end |