/AWS1/CL_BDOUPDCAPPVDROUTPUT¶
UpdateCapacityProviderOutput
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_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the capacity provider was created.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
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 |
createdAt¶
The timestamp when the capacity provider was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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 |