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_type ⇒ "static", "dynamic"
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.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def allowed_values @allowed_values end |
#apply_type ⇒ "static", "dynamic"
Returns the value of attribute apply_type.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def apply_type @apply_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def is_modifiable @is_modifiable end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def minimum_engine_version @minimum_engine_version end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def parameter_value @parameter_value end |
#source ⇒ ::String
Returns the value of attribute source.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def source @source end |