Class: Aws::EC2::Types::DeleteLocalGatewayRouteTableResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_tableTypes::LocalGatewayRouteTable

Information about the local gateway route table.



19125
19126
19127
19128
19129
# File 'lib/aws-sdk-ec2/types.rb', line 19125

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