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

Class: Aws::EC2::Types::PrefixListId

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

Overview

Note:

When passing PrefixListId as input to an Aws::Client method, you can use a vanilla Hash:

{
  description: "String",
  prefix_list_id: "String",
}

Describes a prefix list ID.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

Returns:

  • (String)

    A description for the security group rule that references this prefix list ID.

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)

    The ID of the prefix.