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.
621 622 623 |
# File 'sig/types.rbs', line 621 def @attachment_state end |
#attachment_type ⇒ "TransitVirtualInterface", "PrivateVirtualInterface"
Returns the value of attribute attachment_type.
622 623 624 |
# File 'sig/types.rbs', line 622 def @attachment_type end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def direct_connect_gateway_id @direct_connect_gateway_id end |
#state_change_error ⇒ ::String
Returns the value of attribute state_change_error.
623 624 625 |
# File 'sig/types.rbs', line 623 def state_change_error @state_change_error end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
618 619 620 |
# File 'sig/types.rbs', line 618 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_owner_account ⇒ ::String
Returns the value of attribute virtual_interface_owner_account.
620 621 622 |
# File 'sig/types.rbs', line 620 def virtual_interface_owner_account @virtual_interface_owner_account end |
#virtual_interface_region ⇒ ::String
Returns the value of attribute virtual_interface_region.
619 620 621 |
# File 'sig/types.rbs', line 619 def virtual_interface_region @virtual_interface_region end |