/AWS1/CL_KYSGETTABLEASSTGSRSP¶
GetTableAutoScalingSettingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyspacename TYPE /AWS1/KYSKEYSPACENAME /AWS1/KYSKEYSPACENAME¶
The name of the keyspace.
iv_tablename TYPE /AWS1/KYSTABLENAME /AWS1/KYSTABLENAME¶
The name of the table.
iv_resourcearn TYPE /AWS1/KYSARN /AWS1/KYSARN¶
The Amazon Resource Name (ARN) of the table.
Optional arguments:¶
io_autoscalingspecification TYPE REF TO /AWS1/CL_KYSAUTOSCALINGSPEC /AWS1/CL_KYSAUTOSCALINGSPEC¶
The auto scaling settings of the table.
it_replicaspecifications TYPE /AWS1/CL_KYSREPLICAAUTOSCSPEC=>TT_REPLICAAUTOSCALINGSPECLIST TT_REPLICAAUTOSCALINGSPECLIST¶
The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
Queryable Attributes¶
keyspaceName¶
The name of the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSPACENAME() |
Getter for KEYSPACENAME, with configurable default |
ASK_KEYSPACENAME() |
Getter for KEYSPACENAME w/ exceptions if field has no value |
HAS_KEYSPACENAME() |
Determine if KEYSPACENAME has a value |
tableName¶
The name of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |
resourceArn¶
The Amazon Resource Name (ARN) of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
autoScalingSpecification¶
The auto scaling settings of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALINGSPECIFICATION() |
Getter for AUTOSCALINGSPECIFICATION |
replicaSpecifications¶
The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICASPECIFICATIONS() |
Getter for REPLICASPECIFICATIONS, with configurable default |
ASK_REPLICASPECIFICATIONS() |
Getter for REPLICASPECIFICATIONS w/ exceptions if field has |
HAS_REPLICASPECIFICATIONS() |
Determine if REPLICASPECIFICATIONS has a value |