class Amazonite::DynamoDBV2::UpdateContinuousBackupsInput

Included Modules

Defined in:

dynamodb_v2/update_continuous_backups_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, point_in_time_recovery_specification : PointInTimeRecoverySpecification) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def point_in_time_recovery_specification : PointInTimeRecoverySpecification #

[View source]
def point_in_time_recovery_specification=(point_in_time_recovery_specification : PointInTimeRecoverySpecification) #

[View source]
def table_name : String #

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

[View source]