Class: Aws::EC2::Types::TransitGatewayPolicyTable
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGatewayPolicyTable
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway policy table.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the transit gateway policy table was created. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the transit gateway policy table. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    he key-value pairs associated with the transit gateway policy table. 
- 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the transit gateway. 
- 
  
    
      #transit_gateway_policy_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the transit gateway policy table. 
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when the transit gateway policy table was created.
| 76531 76532 76533 76534 76535 76536 76537 76538 76539 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76531 class TransitGatewayPolicyTable < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
The state of the transit gateway policy table
| 76531 76532 76533 76534 76535 76536 76537 76538 76539 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76531 class TransitGatewayPolicyTable < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
he key-value pairs associated with the transit gateway policy table.
| 76531 76532 76533 76534 76535 76536 76537 76538 76539 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76531 class TransitGatewayPolicyTable < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end | 
#transit_gateway_id ⇒ String
The ID of the transit gateway.
| 76531 76532 76533 76534 76535 76536 76537 76538 76539 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76531 class TransitGatewayPolicyTable < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end | 
#transit_gateway_policy_table_id ⇒ String
The ID of the transit gateway policy table.
| 76531 76532 76533 76534 76535 76536 76537 76538 76539 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76531 class TransitGatewayPolicyTable < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_id, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |