Class: Aws::Types::CreatePrivateVirtualInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateVirtualInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#new_private_virtual_interface ⇒ Types::NewPrivateVirtualInterface
Returns the value of attribute new_private_virtual_interface.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def connection_id @connection_id end |
#new_private_virtual_interface ⇒ Types::NewPrivateVirtualInterface
Returns the value of attribute new_private_virtual_interface.
311 312 313 |
# File 'sig/types.rbs', line 311 def new_private_virtual_interface @new_private_virtual_interface end |