Class: Aws::Types::AwsDynamoDbTableReplica
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableReplica
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ ::Array[Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex]
Returns the value of attribute global_secondary_indexes.
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
-
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#replica_status ⇒ ::String
Returns the value of attribute replica_status.
-
#replica_status_description ⇒ ::String
Returns the value of attribute replica_status_description.
Instance Attribute Details
#global_secondary_indexes ⇒ ::Array[Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex]
Returns the value of attribute global_secondary_indexes.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def global_secondary_indexes @global_secondary_indexes end |
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def kms_master_key_id @kms_master_key_id end |
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def provisioned_throughput_override @provisioned_throughput_override end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def region_name @region_name end |
#replica_status ⇒ ::String
Returns the value of attribute replica_status.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def replica_status @replica_status end |
#replica_status_description ⇒ ::String
Returns the value of attribute replica_status_description.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def replica_status_description @replica_status_description end |