Class: Aws::EC2::Types::DeleteTransitGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway ⇒ Types::TransitGateway
Information about the deleted transit gateway.
Instance Attribute Details
#transit_gateway ⇒ Types::TransitGateway
Information about the deleted transit gateway.
16769 16770 16771 16772 16773 |
# File 'lib/aws-sdk-ec2/types.rb', line 16769 class DeleteTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end |