Class: Aws::Types::GlobalResiliencyMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GlobalResiliencyMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_region ⇒ ::String
Returns the value of attribute active_region.
-
#origin_region ⇒ ::String
Returns the value of attribute origin_region.
-
#traffic_distribution_group_id ⇒ ::String
Returns the value of attribute traffic_distribution_group_id.
Instance Attribute Details
#active_region ⇒ ::String
Returns the value of attribute active_region.
4225 4226 4227 |
# File 'sig/types.rbs', line 4225 def active_region @active_region end |
#origin_region ⇒ ::String
Returns the value of attribute origin_region.
4226 4227 4228 |
# File 'sig/types.rbs', line 4226 def origin_region @origin_region end |
#traffic_distribution_group_id ⇒ ::String
Returns the value of attribute traffic_distribution_group_id.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def traffic_distribution_group_id @traffic_distribution_group_id end |