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.
631 632 633 |
# File 'sig/types.rbs', line 631 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
629 630 631 |
# File 'sig/types.rbs', line 629 def direct_connect_gateway_id @direct_connect_gateway_id end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
630 631 632 |
# File 'sig/types.rbs', line 630 def direct_connect_gateway_name @direct_connect_gateway_name end |
#direct_connect_gateway_state ⇒ "pending", ...
Returns the value of attribute direct_connect_gateway_state.
633 634 635 |
# File 'sig/types.rbs', line 633 def direct_connect_gateway_state @direct_connect_gateway_state end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
632 633 634 |
# File 'sig/types.rbs', line 632 def owner_account @owner_account end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
634 635 636 |
# File 'sig/types.rbs', line 634 def state_change_error @state_change_error end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
636 637 638 |
# File 'sig/types.rbs', line 636 def @tags end |
#total_prefix_pool_allocations ⇒ ::Integer
Returns the value of attribute total_prefix_pool_allocations.
635 636 637 |
# File 'sig/types.rbs', line 635 def total_prefix_pool_allocations @total_prefix_pool_allocations end |