/AWS1/CL_LMDFUNCVRSSBYCAPPVD00¶
Information about a function version that uses a specific capacity provider, including its ARN and current state.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_functionarn TYPE /AWS1/LMDNAMESPACEDFUNCTIONARN /AWS1/LMDNAMESPACEDFUNCTIONARN¶
The Amazon Resource Name (ARN) of the function version.
iv_state TYPE /AWS1/LMDSTATE /AWS1/LMDSTATE¶
The current state of the function version.
Queryable Attributes¶
FunctionArn¶
The Amazon Resource Name (ARN) of the function version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONARN() |
Getter for FUNCTIONARN, with configurable default |
ASK_FUNCTIONARN() |
Getter for FUNCTIONARN w/ exceptions if field has no value |
HAS_FUNCTIONARN() |
Determine if FUNCTIONARN has a value |
State¶
The current state of the function version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_FUNCVERSIONSBYCAPPVDRLIST¶
TYPES TT_FUNCVERSIONSBYCAPPVDRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMDFUNCVRSSBYCAPPVD00 WITH DEFAULT KEY
.