Class: Aws::EC2::Types::DeleteLocalGatewayVirtualInterfaceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_virtual_interfaceTypes::LocalGatewayVirtualInterface

Information about the deleted local gateway virtual interface.



18747
18748
18749
18750
18751
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18747

class DeleteLocalGatewayVirtualInterfaceResult < Struct.new(
  :local_gateway_virtual_interface)
  SENSITIVE = []
  include Aws::Structure
end