/AWS1/CL_DYNGLBSECIDXAUTOSCUPD¶
Represents the auto scaling settings of a global secondary index for a global table that will be modified.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_indexname TYPE /AWS1/DYNINDEXNAME /AWS1/DYNINDEXNAME¶
The name of the global secondary index.
io_provwritecapautoscupdate TYPE REF TO /AWS1/CL_DYNAUTOSCSTGSUPDATE /AWS1/CL_DYNAUTOSCSTGSUPDATE¶
ProvisionedWriteCapacityAutoScalingUpdate
Queryable Attributes¶
IndexName¶
The name of the global secondary index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXNAME() |
Getter for INDEXNAME, with configurable default |
ASK_INDEXNAME() |
Getter for INDEXNAME w/ exceptions if field has no value |
HAS_INDEXNAME() |
Determine if INDEXNAME has a value |
ProvisionedWriteCapacityAutoScalingUpdate¶
ProvisionedWriteCapacityAutoScalingUpdate
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVWRITECAPAUTOSCUPDATE() |
Getter for PROVWRITECAPAUTOSCUPDATE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GLBSECINDEXAUTOSCUPDATELIST¶
TYPES TT_GLBSECINDEXAUTOSCUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNGLBSECIDXAUTOSCUPD WITH DEFAULT KEY
.