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.
288 289 290 |
# File 'sig/types.rbs', line 288 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.
286 287 288 |
# File 'sig/types.rbs', line 286 def direct_connect_gateway_id @direct_connect_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def gateway_id @gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def virtual_gateway_id @virtual_gateway_id end |