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.
989 990 991 |
# File 'sig/types.rbs', line 989 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.
988 989 990 |
# File 'sig/types.rbs', line 988 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.
990 991 992 |
# File 'sig/types.rbs', line 990 def remove_allowed_prefixes_to_direct_connect_gateway @remove_allowed_prefixes_to_direct_connect_gateway end |