Class: Aws::EC2::Types::DeleteTransitGatewayResult

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

#transit_gatewayTypes::TransitGateway

Information about the deleted transit gateway.



17252
17253
17254
17255
17256
# File 'lib/aws-sdk-ec2/types.rb', line 17252

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