Class: Aws::Types::RestoreTableFromBackupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arn::String

Returns the value of attribute backup_arn.

Returns:

  • (::String)


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.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


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.

Returns:



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.

Returns:



1439
1440
1441
# File 'sig/types.rbs', line 1439

def local_secondary_index_override
  @local_secondary_index_override
end

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

Returns:

  • (::String)


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.

Returns:



1443
1444
1445
# File 'sig/types.rbs', line 1443

def vector_index_override
  @vector_index_override
end