You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#blackholeBoolean

Indicates whether traffic that matches this route is dropped.

Returns:

  • (Boolean)

    Indicates whether traffic that matches this route is dropped.

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)

    The ID of the prefix list.

#prefix_list_owner_idString

The ID of the prefix list owner.

Returns:

  • (String)

    The ID of the prefix list owner.

#stateString

The state of the prefix list reference.

Possible values:

  • pending
  • available
  • modifying
  • deleting

Returns:

  • (String)

    The state of the prefix list reference.

#transit_gateway_attachmentTypes::TransitGatewayPrefixListAttachment

Information about the transit gateway attachment.

Returns:

#transit_gateway_route_table_idString

The ID of the transit gateway route table.

Returns:

  • (String)

    The ID of the transit gateway route table.