Class: Aws::Types::MultiRegionAccessPointRoute
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionAccessPointRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#traffic_dial_percentage ⇒ ::Integer
Returns the value of attribute traffic_dial_percentage.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def bucket @bucket end |
#region ⇒ ::String
Returns the value of attribute region.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def region @region end |
#traffic_dial_percentage ⇒ ::Integer
Returns the value of attribute traffic_dial_percentage.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def traffic_dial_percentage @traffic_dial_percentage end |