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.
69866 69867 69868 69869 69870 69871 69872 69873 69874 |
# File 'lib/aws-sdk-ec2/types.rb', line 69866 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.
69866 69867 69868 69869 69870 69871 69872 69873 69874 |
# File 'lib/aws-sdk-ec2/types.rb', line 69866 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.
69866 69867 69868 69869 69870 69871 69872 69873 69874 |
# File 'lib/aws-sdk-ec2/types.rb', line 69866 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.
69866 69867 69868 69869 69870 69871 69872 69873 69874 |
# File 'lib/aws-sdk-ec2/types.rb', line 69866 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.
69866 69867 69868 69869 69870 69871 69872 69873 69874 |
# File 'lib/aws-sdk-ec2/types.rb', line 69866 class TransitGatewayPolicyTableAssociation < Struct.new( :transit_gateway_policy_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |