class
Amazonite::Kinesis::S3TablesDestinationUpdateInput
- Amazonite::Kinesis::S3TablesDestinationUpdateInput
- Reference
- Object
Overview
The updated configuration for a streaming table destination. Used in UpdateChannel. Only
DataFreshnessInSeconds can be updated.
Included Modules
- JSON::Serializable
Defined in:
kinesis/s3_tables_destination_update_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_freshness_in_seconds : Int32
The maximum age, in seconds, of undelivered data.
-
#data_freshness_in_seconds=(data_freshness_in_seconds : Int32)
The maximum age, in seconds, of undelivered data.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def data_freshness_in_seconds : Int32
#
The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).
def data_freshness_in_seconds=(data_freshness_in_seconds : Int32)
#
The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).