Class: Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteTransitGatewayPolicyTableResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transit_gateway_policy_table  ⇒ Types::TransitGatewayPolicyTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides details about the deleted transit gateway policy table.
 
Instance Attribute Details
#transit_gateway_policy_table ⇒ Types::TransitGatewayPolicyTable
Provides details about the deleted transit gateway policy table.
      16742 16743 16744 16745 16746  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 16742 class DeleteTransitGatewayPolicyTableResult < Struct.new( :transit_gateway_policy_table) SENSITIVE = [] include Aws::Structure end  |