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

Class: Aws::EC2::Types::AddPrefixListEntry

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

Overview

Note:

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

{
  cidr: "String", # required
  description: "String",
}

An entry for a prefix list.

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block.

Returns:

  • (String)

    The CIDR block.

#descriptionString

A description for the entry.

Constraints: Up to 255 characters in length.

Returns:

  • (String)

    A description for the entry.