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.
250 251 252 |
# File 'sig/types.rbs', line 250 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.
247 248 249 |
# File 'sig/types.rbs', line 247 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.
248 249 250 |
# File 'sig/types.rbs', line 248 def direct_connect_gateway_owner_account @direct_connect_gateway_owner_account end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
249 250 251 |
# File 'sig/types.rbs', line 249 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.
251 252 253 |
# File 'sig/types.rbs', line 251 def remove_allowed_prefixes_to_direct_connect_gateway @remove_allowed_prefixes_to_direct_connect_gateway end |