Class: Aws::Types::AllocatePrivateVirtualInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AllocatePrivateVirtualInterfaceRequest
- 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_allocation ⇒ Types::NewPrivateVirtualInterfaceAllocation
Returns the value of attribute new_private_virtual_interface_allocation.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def connection_id @connection_id end |
#new_private_virtual_interface_allocation ⇒ Types::NewPrivateVirtualInterfaceAllocation
Returns the value of attribute new_private_virtual_interface_allocation.
46 47 48 |
# File 'sig/types.rbs', line 46 def new_private_virtual_interface_allocation @new_private_virtual_interface_allocation end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
45 46 47 |
# File 'sig/types.rbs', line 45 def owner_account @owner_account end |