Skip to content

/AWS1/CL_PRIGETATTRVALUESRSP

GetAttributeValuesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_attributevalues TYPE /AWS1/CL_PRIATTRIBUTEVALUE=>TT_ATTRIBUTEVALUELIST TT_ATTRIBUTEVALUELIST

The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.

iv_nexttoken TYPE /AWS1/PRISTRING /AWS1/PRISTRING

The pagination token that indicates the next set of results to retrieve.


Queryable Attributes

AttributeValues

The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.

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

NextToken

The pagination token that indicates the next set of results to retrieve.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value