Class: Aws::Types::DirectConnectGatewayAssociation
- Inherits:
-
Object
- Object
- Aws::Types::DirectConnectGatewayAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute allowed_prefixes_to_direct_connect_gateway.
-
#associated_core_network ⇒ Types::AssociatedCoreNetwork
Returns the value of attribute associated_core_network.
-
#associated_gateway ⇒ Types::AssociatedGateway
Returns the value of attribute associated_gateway.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_state ⇒ "associating", ...
Returns the value of attribute association_state.
-
#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.
-
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#virtual_gateway_owner_account ⇒ ::String
Returns the value of attribute virtual_gateway_owner_account.
-
#virtual_gateway_region ⇒ ::String
Returns the value of attribute virtual_gateway_region.
Instance Attribute Details
#allowed_prefixes_to_direct_connect_gateway ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute allowed_prefixes_to_direct_connect_gateway.
597 598 599 |
# File 'sig/types.rbs', line 597 def allowed_prefixes_to_direct_connect_gateway @allowed_prefixes_to_direct_connect_gateway end |
#associated_core_network ⇒ Types::AssociatedCoreNetwork
Returns the value of attribute associated_core_network.
598 599 600 |
# File 'sig/types.rbs', line 598 def associated_core_network @associated_core_network end |
#associated_gateway ⇒ Types::AssociatedGateway
Returns the value of attribute associated_gateway.
595 596 597 |
# File 'sig/types.rbs', line 595 def associated_gateway @associated_gateway end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def association_id @association_id end |
#association_state ⇒ "associating", ...
Returns the value of attribute association_state.
593 594 595 |
# File 'sig/types.rbs', line 593 def association_state @association_state end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
591 592 593 |
# File 'sig/types.rbs', line 591 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.
592 593 594 |
# File 'sig/types.rbs', line 592 def direct_connect_gateway_owner_account @direct_connect_gateway_owner_account end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
594 595 596 |
# File 'sig/types.rbs', line 594 def state_change_error @state_change_error end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def virtual_gateway_id @virtual_gateway_id end |
#virtual_gateway_owner_account ⇒ ::String
Returns the value of attribute virtual_gateway_owner_account.
601 602 603 |
# File 'sig/types.rbs', line 601 def virtual_gateway_owner_account @virtual_gateway_owner_account end |
#virtual_gateway_region ⇒ ::String
Returns the value of attribute virtual_gateway_region.
600 601 602 |
# File 'sig/types.rbs', line 600 def virtual_gateway_region @virtual_gateway_region end |