/AWS1/CL_BCPBTCCREBILLSCENAR06¶
Represents an entry in a batch operation to create bill scenario usage modifications.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_servicecode TYPE /AWS1/BCPSERVICECODE /AWS1/BCPSERVICECODE¶
The Amazon Web Services service code for this usage modification. This identifies the specific Amazon Web Services service to the customer as a unique short abbreviation. For example,
AmazonEC2andAWSKMS.
iv_usagetype TYPE /AWS1/BCPUSAGETYPE /AWS1/BCPUSAGETYPE¶
Describes the usage details of the usage line item.
iv_operation TYPE /AWS1/BCPOPERATION /AWS1/BCPOPERATION¶
The specific operation associated with this usage modification. Describes the specific Amazon Web Services operation that this usage line models. For example,
RunInstancesindicates the operation of an Amazon EC2 instance.
iv_key TYPE /AWS1/BCPKEY /AWS1/BCPKEY¶
A unique identifier for this entry in the batch operation. This can be any valid string. This key is useful to identify errors associated with any usage entry as any error is returned with this key.
iv_usageaccountid TYPE /AWS1/BCPACCOUNTID /AWS1/BCPACCOUNTID¶
The Amazon Web Services account ID to which this usage will be applied to.
Optional arguments:¶
iv_availabilityzone TYPE /AWS1/BCPAVAILABILITYZONE /AWS1/BCPAVAILABILITYZONE¶
The Availability Zone that this usage line uses.
iv_group TYPE /AWS1/BCPUSAGEGROUP /AWS1/BCPUSAGEGROUP¶
An optional group identifier for the usage modification.
it_amounts TYPE /AWS1/CL_BCPUSAGEAMOUNT=>TT_USAGEAMOUNTS TT_USAGEAMOUNTS¶
The amount of usage you want to create for the service use you are modeling.
io_historicalusage TYPE REF TO /AWS1/CL_BCPHISTORICALUSAGEENT /AWS1/CL_BCPHISTORICALUSAGEENT¶
Historical usage data associated with this modification, if available.
Queryable Attributes¶
serviceCode¶
The Amazon Web Services service code for this usage modification. This identifies the specific Amazon Web Services service to the customer as a unique short abbreviation. For example,
AmazonEC2andAWSKMS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICECODE() |
Getter for SERVICECODE, with configurable default |
ASK_SERVICECODE() |
Getter for SERVICECODE w/ exceptions if field has no value |
HAS_SERVICECODE() |
Determine if SERVICECODE has a value |
usageType¶
Describes the usage details of the usage line item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGETYPE() |
Getter for USAGETYPE, with configurable default |
ASK_USAGETYPE() |
Getter for USAGETYPE w/ exceptions if field has no value |
HAS_USAGETYPE() |
Determine if USAGETYPE has a value |
operation¶
The specific operation associated with this usage modification. Describes the specific Amazon Web Services operation that this usage line models. For example,
RunInstancesindicates the operation of an Amazon EC2 instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION has a value |
availabilityZone¶
The Availability Zone that this usage line uses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE, with configurable default |
ASK_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE w/ exceptions if field has no va |
HAS_AVAILABILITYZONE() |
Determine if AVAILABILITYZONE has a value |
key¶
A unique identifier for this entry in the batch operation. This can be any valid string. This key is useful to identify errors associated with any usage entry as any error is returned with this key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
group¶
An optional group identifier for the usage modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP has a value |
usageAccountId¶
The Amazon Web Services account ID to which this usage will be applied to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USAGEACCOUNTID() |
Getter for USAGEACCOUNTID, with configurable default |
ASK_USAGEACCOUNTID() |
Getter for USAGEACCOUNTID w/ exceptions if field has no valu |
HAS_USAGEACCOUNTID() |
Determine if USAGEACCOUNTID has a value |
amounts¶
The amount of usage you want to create for the service use you are modeling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMOUNTS() |
Getter for AMOUNTS, with configurable default |
ASK_AMOUNTS() |
Getter for AMOUNTS w/ exceptions if field has no value |
HAS_AMOUNTS() |
Determine if AMOUNTS has a value |
historicalUsage¶
Historical usage data associated with this modification, if available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HISTORICALUSAGE() |
Getter for HISTORICALUSAGE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BTCCREBILLSCENARIOUSAGEMD00¶
TYPES TT_BTCCREBILLSCENARIOUSAGEMD00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCPBTCCREBILLSCENAR06 WITH DEFAULT KEY
.