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.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def allowed_values @allowed_values end |
#apply_type ⇒ "static", "dynamic"
Returns the value of attribute apply_type.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def apply_type @apply_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def is_modifiable @is_modifiable end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def minimum_engine_version @minimum_engine_version end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def parameter_value @parameter_value end |
#source ⇒ ::String
Returns the value of attribute source.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def source @source end |