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.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
582 583 584 |
# File 'sig/types.rbs', line 582 def amazon_side_asn @amazon_side_asn end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def direct_connect_gateway_id @direct_connect_gateway_id end |
#direct_connect_gateway_name ⇒ ::String
Returns the value of attribute direct_connect_gateway_name.
581 582 583 |
# File 'sig/types.rbs', line 581 def direct_connect_gateway_name @direct_connect_gateway_name end |
#direct_connect_gateway_state ⇒ "pending", ...
Returns the value of attribute direct_connect_gateway_state.
584 585 586 |
# File 'sig/types.rbs', line 584 def direct_connect_gateway_state @direct_connect_gateway_state end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
583 584 585 |
# File 'sig/types.rbs', line 583 def owner_account @owner_account end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
585 586 587 |
# File 'sig/types.rbs', line 585 def state_change_error @state_change_error end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
586 587 588 |
# File 'sig/types.rbs', line 586 def @tags end |