Skip to content

/AWS1/CL_EC2ACCOUNTATTRIBUTE

Describes an account attribute.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ATTRIBUTENAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the account attribute.

IT_ATTRIBUTEVALUES TYPE /AWS1/CL_EC2ACCOUNTATTRVALUE=>TT_ACCOUNTATTRIBUTEVALUELIST TT_ACCOUNTATTRIBUTEVALUELIST

The values for the account attribute.


Queryable Attributes

AttributeName

The name of the account attribute.

Accessible with the following methods

Method Description
GET_ATTRIBUTENAME() Getter for ATTRIBUTENAME, with configurable default
ASK_ATTRIBUTENAME() Getter for ATTRIBUTENAME w/ exceptions if field has no value
HAS_ATTRIBUTENAME() Determine if ATTRIBUTENAME has a value

AttributeValues

The values for the account attribute.

Accessible with the following methods

Method Description
GET_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES, with configurable default
ASK_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES w/ exceptions if field has no val
HAS_ATTRIBUTEVALUES() Determine if ATTRIBUTEVALUES 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_ACCOUNTATTRIBUTELIST

TYPES TT_ACCOUNTATTRIBUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ACCOUNTATTRIBUTE WITH DEFAULT KEY
.