Class: Aws::Types::RestoreTableRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_specificationTypes::AutoScalingSpecification

Returns the value of attribute auto_scaling_specification.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def auto_scaling_specification
  @auto_scaling_specification
end

#capacity_specification_overrideTypes::CapacitySpecification

Returns the value of attribute capacity_specification_override.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def capacity_specification_override
  @capacity_specification_override
end

#encryption_specification_overrideTypes::EncryptionSpecification

Returns the value of attribute encryption_specification_override.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def encryption_specification_override
  @encryption_specification_override
end

#point_in_time_recovery_overrideTypes::PointInTimeRecovery

Returns the value of attribute point_in_time_recovery_override.

Returns:



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.

Returns:



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.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def restore_timestamp
  @restore_timestamp
end

#source_keyspace_name::String

Returns the value of attribute source_keyspace_name.

Returns:



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.

Returns:



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.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def tags_override
  @tags_override
end

#target_keyspace_name::String

Returns the value of attribute target_keyspace_name.

Returns:



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.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def target_table_name
  @target_table_name
end