Class: Aws::EC2::Types::TransitGatewayPolicyTableAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayPolicyTableAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a transit gateway policy table association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource ID of the transit gateway attachment.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type for the transit gateway policy table association.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the transit gateway policy table association.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway attachment.
 - 
  
    
      #transit_gateway_policy_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway policy table.
 
Instance Attribute Details
#resource_id ⇒ String
The resource ID of the transit gateway attachment.
      70678 70679 70680 70681 70682 70683 70684 70685 70686  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70678 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type for the transit gateway policy table association.
      70678 70679 70680 70681 70682 70683 70684 70685 70686  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70678 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the transit gateway policy table association.
      70678 70679 70680 70681 70682 70683 70684 70685 70686  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70678 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway attachment.
      70678 70679 70680 70681 70682 70683 70684 70685 70686  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70678 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_policy_table_id ⇒ String
The ID of the transit gateway policy table.
      70678 70679 70680 70681 70682 70683 70684 70685 70686  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70678 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  |