class
Amazonite::Kinesis::ChannelStreamDescription
- Amazonite::Kinesis::ChannelStreamDescription
- Reference
- Object
Overview
Describes the source stream of a channel.
Included Modules
- JSON::Serializable
Defined in:
kinesis/channel_stream_description.crConstructors
- .new(stream_arn : String, stream_creation_timestamp : Time, record_configuration : RecordConfiguration)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#record_configuration : RecordConfiguration
The record format configuration for the source stream.
-
#record_configuration=(record_configuration : RecordConfiguration)
The record format configuration for the source stream.
-
#stream_arn : String
The Amazon Resource Name (ARN) of the source Kinesis data stream.
-
#stream_arn=(stream_arn : String)
The Amazon Resource Name (ARN) of the source Kinesis data stream.
-
#stream_creation_timestamp : Time
The time at which the source stream was created.
-
#stream_creation_timestamp=(stream_creation_timestamp : Time)
The time at which the source stream was created.
- #validate! : Nil
Constructor Detail
def self.new(stream_arn : String, stream_creation_timestamp : Time, record_configuration : RecordConfiguration)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def record_configuration : RecordConfiguration
#
The record format configuration for the source stream.
def record_configuration=(record_configuration : RecordConfiguration)
#
The record format configuration for the source stream.
def stream_arn=(stream_arn : String)
#
The Amazon Resource Name (ARN) of the source Kinesis data stream.
def stream_creation_timestamp=(stream_creation_timestamp : Time)
#
The time at which the source stream was created.