class
Amazonite::DynamoDB::UpdateTimeToLiveInput
- Amazonite::DynamoDB::UpdateTimeToLiveInput
- Reference
- Object
Overview
Represents the input of an UpdateTimeToLive operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_time_to_live_input.crConstructors
- .new(table_name : String, time_to_live_specification : TimeToLiveSpecification)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#table_name : String
The name of the table to be configured.
-
#table_name=(table_name : String)
The name of the table to be configured.
-
#time_to_live_specification : TimeToLiveSpecification
Represents the settings used to enable or disable Time to Live for the specified table.
-
#time_to_live_specification=(time_to_live_specification : TimeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the table to be configured. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
The name of the table to be configured. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
Represents the settings used to enable or disable Time to Live for the specified table.
Represents the settings used to enable or disable Time to Live for the specified table.