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.
660 661 662 |
# File 'sig/types.rbs', line 660 def associated_gateway @associated_gateway end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
657 658 659 |
# File 'sig/types.rbs', line 657 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.
658 659 660 |
# File 'sig/types.rbs', line 658 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.
661 662 663 |
# File 'sig/types.rbs', line 661 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.
656 657 658 |
# File 'sig/types.rbs', line 656 def proposal_id @proposal_id end |
#proposal_state ⇒ "requested", ...
Returns the value of attribute proposal_state.
659 660 661 |
# File 'sig/types.rbs', line 659 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.
662 663 664 |
# File 'sig/types.rbs', line 662 def requested_allowed_prefixes_to_direct_connect_gateway @requested_allowed_prefixes_to_direct_connect_gateway end |