Class: Aws::Types::ConfirmPrivateVirtualInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmPrivateVirtualInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def direct_connect_gateway_id @direct_connect_gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def virtual_gateway_id @virtual_gateway_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def virtual_interface_id @virtual_interface_id end |