class
Amazonite::DynamoDB::UpdateContinuousBackupsInput
- Amazonite::DynamoDB::UpdateContinuousBackupsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_continuous_backups_input.crConstructors
- .new(table_name : String, point_in_time_recovery_specification : PointInTimeRecoverySpecification)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#point_in_time_recovery_specification : PointInTimeRecoverySpecification
Represents the settings used to enable point in time recovery.
-
#point_in_time_recovery_specification=(point_in_time_recovery_specification : PointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
-
#table_name : String
The name of the table.
-
#table_name=(table_name : String)
The name of the table.
- #validate! : Nil
Constructor Detail
def self.new(table_name : String, point_in_time_recovery_specification : PointInTimeRecoverySpecification)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def point_in_time_recovery_specification : PointInTimeRecoverySpecification
#
Represents the settings used to enable point in time recovery.
def point_in_time_recovery_specification=(point_in_time_recovery_specification : PointInTimeRecoverySpecification)
#
Represents the settings used to enable point in time recovery.
def table_name : String
#
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
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.