Skip to content

/AWS1/CL_EC2REGINSTTAGATTRREQ

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_INCLUDEALLTAGSOFINSTANCE TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

IT_INSTANCETAGKEYS TYPE /AWS1/CL_EC2INSTTAGKEYSET_W=>TT_INSTANCETAGKEYSET TT_INSTANCETAGKEYSET

The tag keys to register.


Queryable Attributes

IncludeAllTagsOfInstance

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

Accessible with the following methods

Method Description
GET_INCLUDEALLTAGSOFINSTANCE() Getter for INCLUDEALLTAGSOFINSTANCE, with configurable defau
ASK_INCLUDEALLTAGSOFINSTANCE() Getter for INCLUDEALLTAGSOFINSTANCE w/ exceptions if field h
HAS_INCLUDEALLTAGSOFINSTANCE() Determine if INCLUDEALLTAGSOFINSTANCE has a value

InstanceTagKeys

The tag keys to register.

Accessible with the following methods

Method Description
GET_INSTANCETAGKEYS() Getter for INSTANCETAGKEYS, with configurable default
ASK_INSTANCETAGKEYS() Getter for INSTANCETAGKEYS w/ exceptions if field has no val
HAS_INSTANCETAGKEYS() Determine if INSTANCETAGKEYS has a value