class Amazonite::DynamoDB::UpdateContinuousBackupsInput

Included Modules

Defined in:

dynamodb/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def point_in_time_recovery_specification : PointInTimeRecoverySpecification #

Represents the settings used to enable point in time recovery.


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

Represents the settings used to enable point in time recovery.


[View source]
def table_name : String #

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


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

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


[View source]
def validate! : Nil #

[View source]