Class: Aws::EC2::Types::DeleteLocalGatewayVirtualInterfaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteLocalGatewayVirtualInterfaceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_virtual_interface ⇒ Types::LocalGatewayVirtualInterface
Information about the deleted local gateway virtual interface.
Instance Attribute Details
#local_gateway_virtual_interface ⇒ Types::LocalGatewayVirtualInterface
Information about the deleted local gateway virtual interface.
16499 16500 16501 16502 16503 |
# File 'lib/aws-sdk-ec2/types.rb', line 16499 class DeleteLocalGatewayVirtualInterfaceResult < Struct.new( :local_gateway_virtual_interface) SENSITIVE = [] include Aws::Structure end |