Class: Aws::Types::UpdateDirectConnectGatewayAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectConnectGatewayAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute add_allowed_prefixes_to_direct_connect_gateway.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute remove_allowed_prefixes_to_direct_connect_gateway.
Instance Attribute Details
#add_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute add_allowed_prefixes_to_direct_connect_gateway.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def add_allowed_prefixes_to_direct_connect_gateway @add_allowed_prefixes_to_direct_connect_gateway end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def association_id @association_id end |
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute remove_allowed_prefixes_to_direct_connect_gateway.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def remove_allowed_prefixes_to_direct_connect_gateway @remove_allowed_prefixes_to_direct_connect_gateway end |