class
Amazonite::DynamoDB::KinesisDataStreamDestination
- Amazonite::DynamoDB::KinesisDataStreamDestination
- Reference
- Object
Overview
Describes a Kinesis data stream destination.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/kinesis_data_stream_destination.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, destination_status_description : String | Nil = nil, 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
The precision of the Kinesis data stream timestamp.
-
#approximate_creation_date_time_precision=(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil)
The precision of the Kinesis data stream timestamp.
-
#destination_status : DestinationStatus | Nil
The current status of replication.
-
#destination_status=(destination_status : DestinationStatus | Nil)
The current status of replication.
-
#destination_status_description : String | Nil
The human-readable string that corresponds to the replica status.
-
#destination_status_description=(destination_status_description : String | Nil)
The human-readable string that corresponds to the replica status.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN for a specific Kinesis data stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN for a specific Kinesis data stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or
MICROSECOND.
The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or
MICROSECOND.
The current status of replication.
The human-readable string that corresponds to the replica status.
The human-readable string that corresponds to the replica status.