Class: Aws::Types::AllocatePrivateVirtualInterfaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def connection_id
  @connection_id
end

#new_private_virtual_interface_allocationTypes::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.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def 
  @owner_account
end