class Amazonite::DynamoDBV2::RestoreTableToPointInTimeInput

Included Modules

Defined in:

dynamodb_v2/restore_table_to_point_in_time_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(target_table_name : String, source_table_arn : String | Nil = nil, source_table_name : String | Nil = nil, use_latest_restorable_time : Bool | Nil = nil, restore_date_time : Time | Nil = nil, billing_mode_override : BillingMode | Nil = nil, global_secondary_index_override : Array(GlobalSecondaryIndex) | Nil = nil, local_secondary_index_override : Array(LocalSecondaryIndex) | Nil = nil, provisioned_throughput_override : ProvisionedThroughput | Nil = nil, sse_specification_override : SSESpecification | Nil = nil) #

[View source]

Instance Method Detail

def billing_mode_override : BillingMode | Nil #

[View source]
def billing_mode_override=(billing_mode_override : BillingMode | Nil) #

[View source]
def global_secondary_index_override : Array(GlobalSecondaryIndex) | Nil #

[View source]
def global_secondary_index_override=(global_secondary_index_override : Array(GlobalSecondaryIndex) | Nil) #

[View source]
def local_secondary_index_override : Array(LocalSecondaryIndex) | Nil #

[View source]
def local_secondary_index_override=(local_secondary_index_override : Array(LocalSecondaryIndex) | Nil) #

[View source]
def provisioned_throughput_override : ProvisionedThroughput | Nil #

[View source]
def provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughput | Nil) #

[View source]
def restore_date_time : Time | Nil #

[View source]
def restore_date_time=(restore_date_time : Time | Nil) #

[View source]
def source_table_arn : String | Nil #

[View source]
def source_table_arn=(source_table_arn : String | Nil) #

[View source]
def source_table_name : String | Nil #

[View source]
def source_table_name=(source_table_name : String | Nil) #

[View source]
def sse_specification_override : SSESpecification | Nil #

[View source]
def sse_specification_override=(sse_specification_override : SSESpecification | Nil) #

[View source]
def target_table_name : String #

[View source]
def target_table_name=(target_table_name : String) #

[View source]
def use_latest_restorable_time : Bool | Nil #

[View source]
def use_latest_restorable_time=(use_latest_restorable_time : Bool | Nil) #

[View source]