/AWS1/CL_PRIPRICELIST¶
This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).
This is the type of price list references that match your request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_pricelistarn
TYPE /AWS1/PRIPRICELISTARN
/AWS1/PRIPRICELISTARN
¶
The unique identifier that maps to where your Price List files are located.
PriceListArn
can be obtained from theListPriceList
response.
iv_regioncode
TYPE /AWS1/PRIREGIONCODE
/AWS1/PRIREGIONCODE
¶
This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the
US East (N. Virginia)
Region, useus-east-1
. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCode
list can be retrieved fromGetAttributeValues
API.
iv_currencycode
TYPE /AWS1/PRICURRENCYCODE
/AWS1/PRICURRENCYCODE
¶
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
it_fileformats
TYPE /AWS1/CL_PRIFILEFORMATS_W=>TT_FILEFORMATS
TT_FILEFORMATS
¶
The format you want to retrieve your Price List files. The
FileFormat
can be obtained from theListPriceList
response.
Queryable Attributes¶
PriceListArn¶
The unique identifier that maps to where your Price List files are located.
PriceListArn
can be obtained from theListPriceList
response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRICELISTARN() |
Getter for PRICELISTARN, with configurable default |
ASK_PRICELISTARN() |
Getter for PRICELISTARN w/ exceptions if field has no value |
HAS_PRICELISTARN() |
Determine if PRICELISTARN has a value |
RegionCode¶
This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the
US East (N. Virginia)
Region, useus-east-1
. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCode
list can be retrieved fromGetAttributeValues
API.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGIONCODE() |
Getter for REGIONCODE, with configurable default |
ASK_REGIONCODE() |
Getter for REGIONCODE w/ exceptions if field has no value |
HAS_REGIONCODE() |
Determine if REGIONCODE has a value |
CurrencyCode¶
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CURRENCYCODE() |
Getter for CURRENCYCODE, with configurable default |
ASK_CURRENCYCODE() |
Getter for CURRENCYCODE w/ exceptions if field has no value |
HAS_CURRENCYCODE() |
Determine if CURRENCYCODE has a value |
FileFormats¶
The format you want to retrieve your Price List files. The
FileFormat
can be obtained from theListPriceList
response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILEFORMATS() |
Getter for FILEFORMATS, with configurable default |
ASK_FILEFORMATS() |
Getter for FILEFORMATS w/ exceptions if field has no value |
HAS_FILEFORMATS() |
Determine if FILEFORMATS 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_PRICELISTS
¶
TYPES TT_PRICELISTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PRIPRICELIST WITH DEFAULT KEY
.