class Amazonite::DynamoDB::ContinuousBackupsDescription

Overview

Represents the continuous backups and point in time recovery settings on the table.

Included Modules

Defined in:

dynamodb/continuous_backups_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(continuous_backups_status : ContinuousBackupsStatus, point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil = nil) #

[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 continuous_backups_status : ContinuousBackupsStatus #

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED


[View source]
def continuous_backups_status=(continuous_backups_status : ContinuousBackupsStatus) #

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil #

The description of the point in time recovery settings applied to the table.


[View source]
def point_in_time_recovery_description=(point_in_time_recovery_description : PointInTimeRecoveryDescription | Nil) #

The description of the point in time recovery settings applied to the table.


[View source]
def validate! : Nil #

[View source]