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)


66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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)


66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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)


66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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)


66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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.



66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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)


66308
66309
66310
66311
66312
66313
66314
66315
66316
66317
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

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