Class: Aws::Types::DirectConnectGateway
- Inherits:
-
Object
- Object
- Aws::Types::DirectConnectGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
-
#direct_connect_gateway_state ⇒ "pending", ...
Returns the value of attribute direct_connect_gateway_state.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#total_prefix_pool_allocations ⇒ ::Integer
Returns the value of attribute total_prefix_pool_allocations.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
586 587 588 |
# File 'sig/types.rbs', line 586 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def direct_connect_gateway_id @direct_connect_gateway_id end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
585 586 587 |
# File 'sig/types.rbs', line 585 def direct_connect_gateway_name @direct_connect_gateway_name end |
#direct_connect_gateway_state ⇒ "pending", ...
Returns the value of attribute direct_connect_gateway_state.
588 589 590 |
# File 'sig/types.rbs', line 588 def direct_connect_gateway_state @direct_connect_gateway_state end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
587 588 589 |
# File 'sig/types.rbs', line 587 def owner_account @owner_account end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
589 590 591 |
# File 'sig/types.rbs', line 589 def state_change_error @state_change_error end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
591 592 593 |
# File 'sig/types.rbs', line 591 def @tags end |
#total_prefix_pool_allocations ⇒ ::Integer
Returns the value of attribute total_prefix_pool_allocations.
590 591 592 |
# File 'sig/types.rbs', line 590 def total_prefix_pool_allocations @total_prefix_pool_allocations end |