Class: Aws::Types::CreateDirectConnectGatewayAssociationProposalRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectConnectGatewayAssociationProposalRequest
- 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.
-
#direct_connect_gateway_owner_account ⇒ ::String
Returns the value of attribute direct_connect_gateway_owner_account.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_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.
275 276 277 |
# File 'sig/types.rbs', line 275 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.
272 273 274 |
# File 'sig/types.rbs', line 272 def direct_connect_gateway_id @direct_connect_gateway_id end |
#direct_connect_gateway_owner_account ⇒ ::String
Returns the value of attribute direct_connect_gateway_owner_account.
273 274 275 |
# File 'sig/types.rbs', line 273 def direct_connect_gateway_owner_account @direct_connect_gateway_owner_account end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def gateway_id @gateway_id end |
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute remove_allowed_prefixes_to_direct_connect_gateway.
276 277 278 |
# File 'sig/types.rbs', line 276 def remove_allowed_prefixes_to_direct_connect_gateway @remove_allowed_prefixes_to_direct_connect_gateway end |