Class: Aws::Types::ConfirmPrivateVirtualInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def virtual_gateway_id
  @virtual_gateway_id
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def virtual_interface_id
  @virtual_interface_id
end