Class: Aws::Types::CreateDirectConnectGatewayAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectConnectGatewayAssociationRequest
- 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.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
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.
263 264 265 |
# File 'sig/types.rbs', line 263 def add_allowed_prefixes_to_direct_connect_gateway @add_allowed_prefixes_to_direct_connect_gateway end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def direct_connect_gateway_id @direct_connect_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
262 263 264 |
# File 'sig/types.rbs', line 262 def gateway_id @gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def virtual_gateway_id @virtual_gateway_id end |