Class: Aws::EC2::Types::TransitGatewayPolicyTableEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a transit gateway policy table entry

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_ruleTypes::TransitGatewayPolicyRule

The policy rule associated with the transit gateway policy table.



65302
65303
65304
65305
65306
65307
65308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65302

class TransitGatewayPolicyTableEntry < Struct.new(
  :policy_rule_number,
  :policy_rule,
  :target_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_rule_numberString

The rule number for the transit gateway policy table entry.

Returns:

  • (String)


65302
65303
65304
65305
65306
65307
65308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65302

class TransitGatewayPolicyTableEntry < Struct.new(
  :policy_rule_number,
  :policy_rule,
  :target_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_route_table_idString

The ID of the target route table.

Returns:

  • (String)


65302
65303
65304
65305
65306
65307
65308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65302

class TransitGatewayPolicyTableEntry < Struct.new(
  :policy_rule_number,
  :policy_rule,
  :target_route_table_id)
  SENSITIVE = []
  include Aws::Structure
end