class
Amazonite::DynamoDB::UpdateKinesisStreamingConfiguration
- Amazonite::DynamoDB::UpdateKinesisStreamingConfiguration
- Reference
- Object
Overview
Enables updating the configuration for Kinesis Streaming.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_kinesis_streaming_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil
Enables updating the precision of Kinesis data stream timestamp.
-
#approximate_creation_date_time_precision=(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil)
Enables updating the precision of Kinesis data stream timestamp.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil
#
Enables updating the precision of Kinesis data stream timestamp.
def approximate_creation_date_time_precision=(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil)
#
Enables updating the precision of Kinesis data stream timestamp.