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.
179 180 181 |
# File 'sig/types.rbs', line 179 def direct_connect_gateway_id @direct_connect_gateway_id end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def virtual_gateway_id @virtual_gateway_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def virtual_interface_id @virtual_interface_id end |