Skip to content

/AWS1/CL_BDOCREATECAPPVDROUT

CreateCapacityProviderOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_capacityproviderid TYPE /AWS1/BDOCAPACITYPROVIDERID /AWS1/BDOCAPACITYPROVIDERID

The unique identifier of the created 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.


Queryable Attributes

capacityProviderId

The unique identifier of the created 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