class
Amazonite::Kinesis::ChannelStreamIdentifier
- Amazonite::Kinesis::ChannelStreamIdentifier
- Reference
- Object
Overview
Identifies a source stream associated with a channel.
Included Modules
- JSON::Serializable
Defined in:
kinesis/channel_stream_identifier.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#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
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
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.