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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


65183
65184
65185
65186
65187
65188
65189
65190
65191
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65183

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)


65183
65184
65185
65186
65187
65188
65189
65190
65191
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65183

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)


65183
65184
65185
65186
65187
65188
65189
65190
65191
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65183

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)


65183
65184
65185
65186
65187
65188
65189
65190
65191
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65183

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)


65183
65184
65185
65186
65187
65188
65189
65190
65191
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65183

class TransitGatewayPolicyTableAssociation < Struct.new(
  :transit_gateway_policy_table_id,
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :state)
  SENSITIVE = []
  include Aws::Structure
end