Class: Aws::EC2::Types::TransitGatewayPrefixListReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#blackholeBoolean

Indicates whether traffic that matches this route is dropped.

Returns:

  • (Boolean)


65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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_idString

The ID of the prefix list.

Returns:

  • (String)


65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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_idString

The ID of the prefix list owner.

Returns:

  • (String)


65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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

#stateString

The state of the prefix list reference.

Returns:

  • (String)


65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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_attachmentTypes::TransitGatewayPrefixListAttachment

Information about the transit gateway attachment.



65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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_idString

The ID of the transit gateway route table.

Returns:

  • (String)


65261
65262
65263
65264
65265
65266
65267
65268
65269
65270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65261

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