Class: Aws::Types::DirectConnectGatewayAssociationProposal
- Inherits:
-
Object
- Object
- Aws::Types::DirectConnectGatewayAssociationProposal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_gateway ⇒ Types::AssociatedGateway
Returns the value of attribute associated_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.
-
#existing_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute existing_allowed_prefixes_to_direct_connect_gateway.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
-
#proposal_state ⇒ "requested", ...
Returns the value of attribute proposal_state.
-
#requested_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute requested_allowed_prefixes_to_direct_connect_gateway.
Instance Attribute Details
#associated_gateway ⇒ Types::AssociatedGateway
Returns the value of attribute associated_gateway.
610 611 612 |
# File 'sig/types.rbs', line 610 def associated_gateway @associated_gateway end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
607 608 609 |
# File 'sig/types.rbs', line 607 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.
608 609 610 |
# File 'sig/types.rbs', line 608 def direct_connect_gateway_owner_account @direct_connect_gateway_owner_account end |
#existing_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute existing_allowed_prefixes_to_direct_connect_gateway.
611 612 613 |
# File 'sig/types.rbs', line 611 def existing_allowed_prefixes_to_direct_connect_gateway @existing_allowed_prefixes_to_direct_connect_gateway end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def proposal_id @proposal_id end |
#proposal_state ⇒ "requested", ...
Returns the value of attribute proposal_state.
609 610 611 |
# File 'sig/types.rbs', line 609 def proposal_state @proposal_state end |
#requested_allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute requested_allowed_prefixes_to_direct_connect_gateway.
612 613 614 |
# File 'sig/types.rbs', line 612 def requested_allowed_prefixes_to_direct_connect_gateway @requested_allowed_prefixes_to_direct_connect_gateway end |