/AWS1/CL_EC2PAYERRESPENTRY¶
Describes a payer responsibility setting for a VPC endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_scope TYPE /AWS1/EC2PAYERRESPSCOPE /AWS1/EC2PAYERRESPSCOPE¶
The scope of usage/charges.
iv_payerresponsibilitytype TYPE /AWS1/EC2PAYERRESPTYPE /AWS1/EC2PAYERRESPTYPE¶
The Amazon Web Services account to which the usage is charged.
Queryable Attributes¶
Scope¶
The scope of usage/charges.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPE() |
Getter for SCOPE, with configurable default |
ASK_SCOPE() |
Getter for SCOPE w/ exceptions if field has no value |
HAS_SCOPE() |
Determine if SCOPE has a value |
PayerResponsibilityType¶
The Amazon Web Services account to which the usage is charged.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYERRESPONSIBILITYTYPE() |
Getter for PAYERRESPONSIBILITYTYPE, with configurable defaul |
ASK_PAYERRESPONSIBILITYTYPE() |
Getter for PAYERRESPONSIBILITYTYPE w/ exceptions if field ha |
HAS_PAYERRESPONSIBILITYTYPE() |
Determine if PAYERRESPONSIBILITYTYPE 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_PAYERRESPONSIBILITYSET¶
TYPES TT_PAYERRESPONSIBILITYSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2PAYERRESPENTRY WITH DEFAULT KEY
.