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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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.
80826 80827 80828 80829 80830 80831 80832 80833 80834 80835 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 80826 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 |