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.
316 317 318 |
# File 'sig/types.rbs', line 316 def connection_id @connection_id end |
#new_public_virtual_interface ⇒ Types::NewPublicVirtualInterface
Returns the value of attribute new_public_virtual_interface.
317 318 319 |
# File 'sig/types.rbs', line 317 def new_public_virtual_interface @new_public_virtual_interface end |