Class: Aws::Types::DescribeRegionSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegionSettingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type_management_preference ⇒ ::Hash[::String, bool]
Returns the value of attribute resource_type_management_preference.
-
#resource_type_opt_in_preference ⇒ ::Hash[::String, bool]
Returns the value of attribute resource_type_opt_in_preference.
Instance Attribute Details
#resource_type_management_preference ⇒ ::Hash[::String, bool]
Returns the value of attribute resource_type_management_preference.
771 772 773 |
# File 'sig/types.rbs', line 771 def resource_type_management_preference @resource_type_management_preference end |
#resource_type_opt_in_preference ⇒ ::Hash[::String, bool]
Returns the value of attribute resource_type_opt_in_preference.
770 771 772 |
# File 'sig/types.rbs', line 770 def resource_type_opt_in_preference @resource_type_opt_in_preference end |