Class: Aws::Types::RelationalDatabaseParameter
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#apply_method ⇒ ::String
Returns the value of attribute apply_method.
-
#apply_type ⇒ ::String
Returns the value of attribute apply_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.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def allowed_values @allowed_values end |
#apply_method ⇒ ::String
Returns the value of attribute apply_method.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def apply_method @apply_method end |
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def apply_type @apply_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def is_modifiable @is_modifiable end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def parameter_value @parameter_value end |