Class: Aws::Types::SubmitMultiRegionAccessPointRoutesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitMultiRegionAccessPointRoutesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#mrap ⇒ ::String
Returns the value of attribute mrap.
-
#route_updates ⇒ ::Array[Types::MultiRegionAccessPointRoute]
Returns the value of attribute route_updates.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def account_id @account_id end |
#mrap ⇒ ::String
Returns the value of attribute mrap.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def mrap @mrap end |
#route_updates ⇒ ::Array[Types::MultiRegionAccessPointRoute]
Returns the value of attribute route_updates.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def route_updates @route_updates end |