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.
-
#apply_method ⇒ "immediate", "pending-reboot"
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.
-
#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.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def allowed_values @allowed_values end |
#apply_method ⇒ "immediate", "pending-reboot"
Returns the value of attribute apply_method.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def apply_method @apply_method end |
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def apply_type @apply_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def is_modifiable @is_modifiable end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def minimum_engine_version @minimum_engine_version end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def parameter_value @parameter_value end |
#source ⇒ ::String
Returns the value of attribute source.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def source @source end |