Class: Aws::EC2::Types::TransitGatewayPolicyTableAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_idString

The resource ID of the transit gateway attachment.

Returns:

  • (String)


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_typeString

The resource type for the transit gateway policy table association.

Returns:

  • (String)


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

#stateString

The state of the transit gateway policy table association.

Returns:

  • (String)


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_idString

The ID of the transit gateway attachment.

Returns:

  • (String)


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_idString

The ID of the transit gateway policy table.

Returns:

  • (String)


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