Class: Aws::Types::DescribeHomeRegionControlsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHomeRegionControlsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_id ⇒ ::String
Returns the value of attribute control_id.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#control_id ⇒ ::String
Returns the value of attribute control_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def control_id @control_id end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
38 39 40 |
# File 'sig/types.rbs', line 38 def home_region @home_region end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
40 41 42 |
# File 'sig/types.rbs', line 40 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
41 42 43 |
# File 'sig/types.rbs', line 41 def next_token @next_token end |
#target ⇒ Types::Target
Returns the value of attribute target.
39 40 41 |
# File 'sig/types.rbs', line 39 def target @target end |