Class: Aws::Types::HomeRegionControl
- Inherits:
-
Object
- Object
- Aws::Types::HomeRegionControl
- 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.
-
#requested_time ⇒ ::Time
Returns the value of attribute requested_time.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#control_id ⇒ ::String
Returns the value of attribute control_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def control_id @control_id end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
66 67 68 |
# File 'sig/types.rbs', line 66 def home_region @home_region end |
#requested_time ⇒ ::Time
Returns the value of attribute requested_time.
68 69 70 |
# File 'sig/types.rbs', line 68 def requested_time @requested_time end |
#target ⇒ Types::Target
Returns the value of attribute target.
67 68 69 |
# File 'sig/types.rbs', line 67 def target @target end |