Skip to content

/AWS1/CL_EC2REQIPAMRESOURCETAG

A tag on an IPAM resource.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_KEY TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

IV_VALUE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The value for the tag.


Queryable Attributes

Key

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

Value

The value for the tag.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE 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_REQUESTIPAMRESOURCETAGLIST

TYPES TT_REQUESTIPAMRESOURCETAGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2REQIPAMRESOURCETAG WITH DEFAULT KEY
.