Class: Aws::Types::RestoreTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
-
#capacity_specification_override ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification_override.
-
#encryption_specification_override ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification_override.
-
#point_in_time_recovery_override ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery_override.
-
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
-
#restore_timestamp ⇒ ::Time
Returns the value of attribute restore_timestamp.
-
#source_keyspace_name ⇒ ::String
Returns the value of attribute source_keyspace_name.
-
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
-
#tags_override ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_override.
-
#target_keyspace_name ⇒ ::String
Returns the value of attribute target_keyspace_name.
-
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
Instance Attribute Details
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
386 387 388 |
# File 'sig/types.rbs', line 386 def auto_scaling_specification @auto_scaling_specification end |
#capacity_specification_override ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification_override.
382 383 384 |
# File 'sig/types.rbs', line 382 def capacity_specification_override @capacity_specification_override end |
#encryption_specification_override ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification_override.
383 384 385 |
# File 'sig/types.rbs', line 383 def encryption_specification_override @encryption_specification_override end |
#point_in_time_recovery_override ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery_override.
384 385 386 |
# File 'sig/types.rbs', line 384 def point_in_time_recovery_override @point_in_time_recovery_override end |
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
387 388 389 |
# File 'sig/types.rbs', line 387 def replica_specifications @replica_specifications end |
#restore_timestamp ⇒ ::Time
Returns the value of attribute restore_timestamp.
381 382 383 |
# File 'sig/types.rbs', line 381 def end |
#source_keyspace_name ⇒ ::String
Returns the value of attribute source_keyspace_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def source_keyspace_name @source_keyspace_name end |
#source_table_name ⇒ ::String
Returns the value of attribute source_table_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def source_table_name @source_table_name end |
#tags_override ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_override.
385 386 387 |
# File 'sig/types.rbs', line 385 def end |
#target_keyspace_name ⇒ ::String
Returns the value of attribute target_keyspace_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def target_keyspace_name @target_keyspace_name end |
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
380 381 382 |
# File 'sig/types.rbs', line 380 def target_table_name @target_table_name end |