Class: Aws::Types::CreateHomeRegionControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHomeRegionControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
19 20 21 |
# File 'sig/types.rbs', line 19 def dry_run @dry_run end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
17 18 19 |
# File 'sig/types.rbs', line 17 def home_region @home_region end |
#target ⇒ Types::Target
Returns the value of attribute target.
18 19 20 |
# File 'sig/types.rbs', line 18 def target @target end |