Class: Aws::Types::RestoreTableToPointInTimeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode_override"PROVISIONED", "PAY_PER_REQUEST"

Returns the value of attribute billing_mode_override.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


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.

Returns:



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.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def local_secondary_index_override
  @local_secondary_index_override
end

#on_demand_throughput_overrideTypes::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_overrideTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def source_table_name
  @source_table_name
end

#sse_specification_overrideTypes::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.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def target_table_name
  @target_table_name
end

#use_latest_restorable_timeBoolean

Returns the value of attribute use_latest_restorable_time.

Returns:

  • (Boolean)


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.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def vector_index_override
  @vector_index_override
end