Class: Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayPolicyTablesResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token for the next page of results. 
- 
  
    
      #transit_gateway_policy_tables  ⇒ Array<Types::TransitGatewayPolicyTable> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes the transit gateway policy tables. 
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
| 31395 31396 31397 31398 31399 31400 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31395 class DescribeTransitGatewayPolicyTablesResult < Struct.new( :transit_gateway_policy_tables, :next_token) SENSITIVE = [] include Aws::Structure end | 
#transit_gateway_policy_tables ⇒ Array<Types::TransitGatewayPolicyTable>
Describes the transit gateway policy tables.
| 31395 31396 31397 31398 31399 31400 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31395 class DescribeTransitGatewayPolicyTablesResult < Struct.new( :transit_gateway_policy_tables, :next_token) SENSITIVE = [] include Aws::Structure end |