Class: Aws::EC2::Types::TransitGatewayPrefixListReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayPrefixListReference
- Includes:
- Structure
- Defined in:
- 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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.
69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 |
# File 'lib/aws-sdk-ec2/types.rb', line 69953 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 |