class
Amazonite::Kinesis::StreamFilter
- Amazonite::Kinesis::StreamFilter
- Reference
- Object
Overview
Filters ListChannels results by source stream.
Included Modules
- JSON::Serializable
Defined in:
kinesis/stream_filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_arn : String, stream_creation_timestamp : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 stream to filter by.
-
#stream_arn=(stream_arn : String)
The Amazon Resource Name (ARN) of the source stream to filter by.
-
#stream_creation_timestamp : Time | Nil
The creation timestamp of the source stream.
-
#stream_creation_timestamp=(stream_creation_timestamp : Time | Nil)
The creation timestamp of the source stream.
- #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 stream to filter by.
def stream_creation_timestamp=(stream_creation_timestamp : Time | Nil)
#
The creation timestamp of the source stream.