Class: Aws::Types::DirectConnectGatewayAttachment
- Inherits:
-
Object
- Object
- Aws::Types::DirectConnectGatewayAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_state ⇒ "attaching", ...
Returns the value of attribute attachment_state.
-
#attachment_type ⇒ "TransitVirtualInterface", "PrivateVirtualInterface"
Returns the value of attribute attachment_type.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
-
#virtual_interface_owner_account ⇒ ::String
Returns the value of attribute virtual_interface_owner_account.
-
#virtual_interface_region ⇒ ::String
Returns the value of attribute virtual_interface_region.
Instance Attribute Details
#attachment_state ⇒ "attaching", ...
Returns the value of attribute attachment_state.
671 672 673 |
# File 'sig/types.rbs', line 671 def end |
#attachment_type ⇒ "TransitVirtualInterface", "PrivateVirtualInterface"
Returns the value of attribute attachment_type.
672 673 674 |
# File 'sig/types.rbs', line 672 def end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
667 668 669 |
# File 'sig/types.rbs', line 667 def direct_connect_gateway_id @direct_connect_gateway_id end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
673 674 675 |
# File 'sig/types.rbs', line 673 def state_change_error @state_change_error end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
668 669 670 |
# File 'sig/types.rbs', line 668 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_owner_account ⇒ ::String
Returns the value of attribute virtual_interface_owner_account.
670 671 672 |
# File 'sig/types.rbs', line 670 def virtual_interface_owner_account @virtual_interface_owner_account end |
#virtual_interface_region ⇒ ::String
Returns the value of attribute virtual_interface_region.
669 670 671 |
# File 'sig/types.rbs', line 669 def virtual_interface_region @virtual_interface_region end |