Class: Aws::Types::CreatePublicVirtualInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePublicVirtualInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#new_public_virtual_interface ⇒ Types::NewPublicVirtualInterface
Returns the value of attribute new_public_virtual_interface.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def connection_id @connection_id end |
#new_public_virtual_interface ⇒ Types::NewPublicVirtualInterface
Returns the value of attribute new_public_virtual_interface.
343 344 345 |
# File 'sig/types.rbs', line 343 def new_public_virtual_interface @new_public_virtual_interface end |