Class: Aws::Types::DescribeHomeRegionControlsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHomeRegionControlsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#home_region_controls ⇒ ::Array[Types::HomeRegionControl]
Returns the value of attribute home_region_controls.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#home_region_controls ⇒ ::Array[Types::HomeRegionControl]
Returns the value of attribute home_region_controls.
46 47 48 |
# File 'sig/types.rbs', line 46 def home_region_controls @home_region_controls end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
47 48 49 |
# File 'sig/types.rbs', line 47 def next_token @next_token end |