Skip to content

/AWS1/CL_EC2PREFIXLISTID

Describes a prefix list ID.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

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 ._-:/()#,@[]+=;{}!$*

IV_PREFIXLISTID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the prefix.


Queryable Attributes

Description

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 ._-:/()#,@[]+=;{}!$*

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

PrefixListId

The ID of the prefix.

Accessible with the following methods

Method Description
GET_PREFIXLISTID() Getter for PREFIXLISTID, with configurable default
ASK_PREFIXLISTID() Getter for PREFIXLISTID w/ exceptions if field has no value
HAS_PREFIXLISTID() Determine if PREFIXLISTID has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PREFIXLISTIDLIST

TYPES TT_PREFIXLISTIDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2PREFIXLISTID WITH DEFAULT KEY
.