Class: Aws::Types::ReplicaDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexDescription]
Returns the value of attribute global_secondary_indexes.
-
#global_table_settings_replication_mode ⇒ "ENABLED", ...
Returns the value of attribute global_table_settings_replication_mode.
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
-
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#replica_arn ⇒ ::String
Returns the value of attribute replica_arn.
-
#replica_inaccessible_date_time ⇒ ::Time
Returns the value of attribute replica_inaccessible_date_time.
-
#replica_status ⇒ "CREATING", ...
Returns the value of attribute replica_status.
-
#replica_status_description ⇒ ::String
Returns the value of attribute replica_status_description.
-
#replica_status_percent_progress ⇒ ::String
Returns the value of attribute replica_status_percent_progress.
-
#replica_table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute replica_table_class_summary.
-
#warm_throughput ⇒ Types::TableWarmThroughputDescription
Returns the value of attribute warm_throughput.
Instance Attribute Details
#global_secondary_indexes ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexDescription]
Returns the value of attribute global_secondary_indexes.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def global_secondary_indexes @global_secondary_indexes end |
#global_table_settings_replication_mode ⇒ "ENABLED", ...
Returns the value of attribute global_table_settings_replication_mode.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def global_table_settings_replication_mode @global_table_settings_replication_mode end |
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def kms_master_key_id @kms_master_key_id end |
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def provisioned_throughput_override @provisioned_throughput_override end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def region_name @region_name end |
#replica_arn ⇒ ::String
Returns the value of attribute replica_arn.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def replica_arn @replica_arn end |
#replica_inaccessible_date_time ⇒ ::Time
Returns the value of attribute replica_inaccessible_date_time.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def replica_inaccessible_date_time @replica_inaccessible_date_time end |
#replica_status ⇒ "CREATING", ...
Returns the value of attribute replica_status.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def replica_status @replica_status end |
#replica_status_description ⇒ ::String
Returns the value of attribute replica_status_description.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def replica_status_description @replica_status_description end |
#replica_status_percent_progress ⇒ ::String
Returns the value of attribute replica_status_percent_progress.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def replica_status_percent_progress @replica_status_percent_progress end |
#replica_table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute replica_table_class_summary.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def replica_table_class_summary @replica_table_class_summary end |
#warm_throughput ⇒ Types::TableWarmThroughputDescription
Returns the value of attribute warm_throughput.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def warm_throughput @warm_throughput end |