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

Class: Aws::EC2::Types::ManagedPrefixList

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The IP address version.

Returns:

  • (String)

    The IP address version.

#max_entriesInteger

The maximum number of entries for the prefix list.

Returns:

  • (Integer)

    The maximum number of entries for the prefix list.

#owner_idString

The ID of the owner of the prefix list.

Returns:

  • (String)

    The ID of the owner of the prefix list.

#prefix_list_arnString

The Amazon Resource Name (ARN) for the prefix list.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the prefix list.

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)

    The ID of the prefix list.

#prefix_list_nameString

The name of the prefix list.

Returns:

  • (String)

    The name of the prefix list.

#stateString

The state of the prefix list.

Possible values:

  • create-in-progress
  • create-complete
  • create-failed
  • modify-in-progress
  • modify-complete
  • modify-failed
  • restore-in-progress
  • restore-complete
  • restore-failed
  • delete-in-progress
  • delete-complete
  • delete-failed

Returns:

  • (String)

    The state of the prefix list.

#state_messageString

The state message.

Returns:

  • (String)

    The state message.

#tagsArray<Types::Tag>

The tags for the prefix list.

Returns:

  • (Array<Types::Tag>)

    The tags for the prefix list.

#versionInteger

The version of the prefix list.

Returns:

  • (Integer)

    The version of the prefix list.