/AWS1/CL_BDOCAPPVDRSUMMARY¶
A summary of a capacity provider, as returned by ListCapacityProviders. Each summary includes the capacity provider identifier, Amazon Resource Name (ARN), name, status, and last-updated timestamp.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_capacityproviderid TYPE /AWS1/BDOCAPACITYPROVIDERID /AWS1/BDOCAPACITYPROVIDERID¶
The unique identifier of the capacity provider.
iv_capacityproviderarn TYPE /AWS1/BDOCAPACITYPROVIDERARN /AWS1/BDOCAPACITYPROVIDERARN¶
The Amazon Resource Name (ARN) of the capacity provider.
iv_name TYPE /AWS1/BDOCAPACITYPROVIDERNAME /AWS1/BDOCAPACITYPROVIDERNAME¶
The name of the capacity provider.
iv_status TYPE /AWS1/BDOCAPACITYPVDRSTATUS /AWS1/BDOCAPACITYPVDRSTATUS¶
The current status of the capacity provider. For possible values, see
CapacityProviderStatus.
iv_lastupdatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the capacity provider was last updated.
Queryable Attributes¶
capacityProviderId¶
The unique identifier of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERID() |
Getter for CAPACITYPROVIDERID, with configurable default |
ASK_CAPACITYPROVIDERID() |
Getter for CAPACITYPROVIDERID w/ exceptions if field has no |
HAS_CAPACITYPROVIDERID() |
Determine if CAPACITYPROVIDERID has a value |
capacityProviderArn¶
The Amazon Resource Name (ARN) of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN, with configurable default |
ASK_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN w/ exceptions if field has no |
HAS_CAPACITYPROVIDERARN() |
Determine if CAPACITYPROVIDERARN has a value |
name¶
The name of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The current status of the capacity provider. For possible values, see
CapacityProviderStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastUpdatedAt¶
The timestamp when the capacity provider was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT 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_CAPACITYPROVIDERLIST¶
TYPES TT_CAPACITYPROVIDERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCAPPVDRSUMMARY WITH DEFAULT KEY
.