Class: Aws::Types::RestoreTableToPointInTimeInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableToPointInTimeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode_override ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode_override.
-
#global_secondary_index_override ⇒ ::Array[Types::GlobalSecondaryIndex]
Returns the value of attribute global_secondary_index_override.
-
#local_secondary_index_override ⇒ ::Array[Types::LocalSecondaryIndex]
Returns the value of attribute local_secondary_index_override.
-
#on_demand_throughput_override ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput_override.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput_override.
-
#restore_date_time ⇒ ::Time
Returns the value of attribute restore_date_time.
-
#source_table_arn ⇒ ::String
Returns the value of attribute source_table_arn.
-
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
-
#sse_specification_override ⇒ Types::SSESpecification
Returns the value of attribute sse_specification_override.
-
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
-
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
-
#vector_index_override ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_index_override.
Instance Attribute Details
#billing_mode_override ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode_override.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def billing_mode_override @billing_mode_override end |
#global_secondary_index_override ⇒ ::Array[Types::GlobalSecondaryIndex]
Returns the value of attribute global_secondary_index_override.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def global_secondary_index_override @global_secondary_index_override end |
#local_secondary_index_override ⇒ ::Array[Types::LocalSecondaryIndex]
Returns the value of attribute local_secondary_index_override.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def local_secondary_index_override @local_secondary_index_override end |
#on_demand_throughput_override ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput_override.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput_override.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def provisioned_throughput_override @provisioned_throughput_override end |
#restore_date_time ⇒ ::Time
Returns the value of attribute restore_date_time.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def restore_date_time @restore_date_time end |
#source_table_arn ⇒ ::String
Returns the value of attribute source_table_arn.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def source_table_arn @source_table_arn end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def source_table_name @source_table_name end |
#sse_specification_override ⇒ Types::SSESpecification
Returns the value of attribute sse_specification_override.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def sse_specification_override @sse_specification_override end |
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def target_table_name @target_table_name end |
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def use_latest_restorable_time @use_latest_restorable_time end |
#vector_index_override ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_index_override.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def vector_index_override @vector_index_override end |