/AWS1/CL_DYNRPLGLBSECINDEXASUP¶
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_indexname TYPE /AWS1/DYNINDEXNAME /AWS1/DYNINDEXNAME¶
The name of the global secondary index.
io_provreadcapautoscupdate TYPE REF TO /AWS1/CL_DYNAUTOSCSTGSUPDATE /AWS1/CL_DYNAUTOSCSTGSUPDATE¶
ProvisionedReadCapacityAutoScalingUpdate
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 |
ProvisionedReadCapacityAutoScalingUpdate¶
ProvisionedReadCapacityAutoScalingUpdate
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVREADCAPAUTOSCUPDATE() |
Getter for PROVREADCAPACITYAUTOSCUPDATE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RPLGLBSECINDEXAUTOSCUPDLIST¶
TYPES TT_RPLGLBSECINDEXAUTOSCUPDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNRPLGLBSECINDEXASUP WITH DEFAULT KEY
.