Class: Aws::Types::AcceptDirectConnectGatewayAssociationProposalRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptDirectConnectGatewayAssociationProposalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_gateway_owner_account ⇒ ::String
Returns the value of attribute associated_gateway_owner_account.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#override_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute override_allowed_prefixes_to_direct_connect_gateway.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
Instance Attribute Details
#associated_gateway_owner_account ⇒ ::String
Returns the value of attribute associated_gateway_owner_account.
14 15 16 |
# File 'sig/types.rbs', line 14 def associated_gateway_owner_account @associated_gateway_owner_account end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def direct_connect_gateway_id @direct_connect_gateway_id end |
#override_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute override_allowed_prefixes_to_direct_connect_gateway.
15 16 17 |
# File 'sig/types.rbs', line 15 def override_allowed_prefixes_to_direct_connect_gateway @override_allowed_prefixes_to_direct_connect_gateway end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def proposal_id @proposal_id end |