Class: Aws::Types::RestoreTableFromBackupInput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableFromBackupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
-
#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.
-
#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.
-
#vector_index_override ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_index_override.
Instance Attribute Details
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def backup_arn @backup_arn end |
#billing_mode_override ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode_override.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def billing_mode_override @billing_mode_override end |
#global_secondary_index_override ⇒ ::Array[Types::GlobalSecondaryIndex]
Returns the value of attribute global_secondary_index_override.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 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.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 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.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput_override.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def provisioned_throughput_override @provisioned_throughput_override end |
#sse_specification_override ⇒ Types::SSESpecification
Returns the value of attribute sse_specification_override.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def sse_specification_override @sse_specification_override end |
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def target_table_name @target_table_name end |
#vector_index_override ⇒ ::Array[Types::VectorIndex]
Returns the value of attribute vector_index_override.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def vector_index_override @vector_index_override end |