/AWS1/CL_PIEDSCDIMENSIONKEYS01¶
DescribeDimensionKeysResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alignedstarttime TYPE /AWS1/PIEISOTIMESTAMP /AWS1/PIEISOTIMESTAMP¶
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedStartTimewill be less than or equal to the value of the user-specifiedStartTime.
iv_alignedendtime TYPE /AWS1/PIEISOTIMESTAMP /AWS1/PIEISOTIMESTAMP¶
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedEndTimewill be greater than or equal to the value of the user-specifiedEndtime.
it_partitionkeys TYPE /AWS1/CL_PIERSPPARTITIONKEY=>TT_RESPONSEPARTITIONKEYLIST TT_RESPONSEPARTITIONKEYLIST¶
If
PartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.
it_keys TYPE /AWS1/CL_PIEDIMENSIONKEYDESC=>TT_DIMENSIONKEYDESCRIPTIONLIST TT_DIMENSIONKEYDESCRIPTIONLIST¶
The dimension keys that were requested.
iv_nexttoken TYPE /AWS1/PIENEXTTOKEN /AWS1/PIENEXTTOKEN¶
A pagination token that indicates the response didn’t return all available records because
MaxRecordswas specified in the previous request. To get the remaining records, specifyNextTokenin a separate request with this value.
Queryable Attributes¶
AlignedStartTime¶
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedStartTimewill be less than or equal to the value of the user-specifiedStartTime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNEDSTARTTIME() |
Getter for ALIGNEDSTARTTIME, with configurable default |
ASK_ALIGNEDSTARTTIME() |
Getter for ALIGNEDSTARTTIME w/ exceptions if field has no va |
HAS_ALIGNEDSTARTTIME() |
Determine if ALIGNEDSTARTTIME has a value |
AlignedEndTime¶
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by
PeriodInSeconds).AlignedEndTimewill be greater than or equal to the value of the user-specifiedEndtime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIGNEDENDTIME() |
Getter for ALIGNEDENDTIME, with configurable default |
ASK_ALIGNEDENDTIME() |
Getter for ALIGNEDENDTIME w/ exceptions if field has no valu |
HAS_ALIGNEDENDTIME() |
Determine if ALIGNEDENDTIME has a value |
PartitionKeys¶
If
PartitionBywas present in the request,PartitionKeyscontains the breakdown of dimension keys by the specified partitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONKEYS() |
Getter for PARTITIONKEYS, with configurable default |
ASK_PARTITIONKEYS() |
Getter for PARTITIONKEYS w/ exceptions if field has no value |
HAS_PARTITIONKEYS() |
Determine if PARTITIONKEYS has a value |
Keys¶
The dimension keys that were requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYS() |
Getter for KEYS, with configurable default |
ASK_KEYS() |
Getter for KEYS w/ exceptions if field has no value |
HAS_KEYS() |
Determine if KEYS has a value |
NextToken¶
A pagination token that indicates the response didn’t return all available records because
MaxRecordswas specified in the previous request. To get the remaining records, specifyNextTokenin a separate request with this value.
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 |