Class: Aws::Types::UpdateRegionSettingsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegionSettingsInput
- 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.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 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.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def resource_type_opt_in_preference @resource_type_opt_in_preference end |