Class: Aws::EC2::Types::TransitGatewayPrefixListReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayPrefixListReference
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a prefix list reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blackhole ⇒ Boolean
Indicates whether traffic that matches this route is dropped.
-
#prefix_list_id ⇒ String
The ID of the prefix list.
-
#prefix_list_owner_id ⇒ String
The ID of the prefix list owner.
-
#state ⇒ String
The state of the prefix list reference.
-
#transit_gateway_attachment ⇒ Types::TransitGatewayPrefixListAttachment
Information about the transit gateway attachment.
-
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
Instance Attribute Details
#blackhole ⇒ Boolean
Indicates whether traffic that matches this route is dropped.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |
#prefix_list_id ⇒ String
The ID of the prefix list.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |
#prefix_list_owner_id ⇒ String
The ID of the prefix list owner.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the prefix list reference.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment ⇒ Types::TransitGatewayPrefixListAttachment
Information about the transit gateway attachment.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68701 class TransitGatewayPrefixListReference < Struct.new( :transit_gateway_route_table_id, :prefix_list_id, :prefix_list_owner_id, :state, :blackhole, :transit_gateway_attachment) SENSITIVE = [] include Aws::Structure end |