Class: Aws::Types::MultiRegionParameter
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
719 720 721 |
# File 'sig/types.rbs', line 719 def allowed_values @allowed_values end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
718 719 720 |
# File 'sig/types.rbs', line 718 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
716 717 718 |
# File 'sig/types.rbs', line 716 def description @description end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
720 721 722 |
# File 'sig/types.rbs', line 720 def minimum_engine_version @minimum_engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
714 715 716 |
# File 'sig/types.rbs', line 714 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
717 718 719 |
# File 'sig/types.rbs', line 717 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
715 716 717 |
# File 'sig/types.rbs', line 715 def value @value end |