Class: Aws::EC2::Types::TransitGatewayPolicyTableEntry
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGatewayPolicyTableEntry
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway policy table entry
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #policy_rule  ⇒ Types::TransitGatewayPolicyRule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The policy rule associated with the transit gateway policy table. 
- 
  
    
      #policy_rule_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The rule number for the transit gateway policy table entry. 
- 
  
    
      #target_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the target route table. 
Instance Attribute Details
#policy_rule ⇒ Types::TransitGatewayPolicyRule
The policy rule associated with the transit gateway policy table.
| 76591 76592 76593 76594 76595 76596 76597 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76591 class TransitGatewayPolicyTableEntry < Struct.new( :policy_rule_number, :policy_rule, :target_route_table_id) SENSITIVE = [] include Aws::Structure end | 
#policy_rule_number ⇒ String
The rule number for the transit gateway policy table entry.
| 76591 76592 76593 76594 76595 76596 76597 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76591 class TransitGatewayPolicyTableEntry < Struct.new( :policy_rule_number, :policy_rule, :target_route_table_id) SENSITIVE = [] include Aws::Structure end | 
#target_route_table_id ⇒ String
The ID of the target route table.
| 76591 76592 76593 76594 76595 76596 76597 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76591 class TransitGatewayPolicyTableEntry < Struct.new( :policy_rule_number, :policy_rule, :target_route_table_id) SENSITIVE = [] include Aws::Structure end |