class
Amazonite::Kinesis::StreamSummary
- Amazonite::Kinesis::StreamSummary
- Reference
- Object
Overview
The summary of a stream.
Included Modules
- JSON::Serializable
Defined in:
kinesis/stream_summary.crConstructors
- .new(stream_name : String, stream_arn : String, stream_status : StreamStatus, stream_mode_details : StreamModeDetails | Nil = nil, stream_creation_timestamp : Time | Nil = nil)
- .new(pull : JSON::PullParser)
- .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 ARN of the stream.
-
#stream_arn=(stream_arn : String)
The ARN of the stream.
-
#stream_creation_timestamp : Time | Nil
The timestamp at which the stream was created.
-
#stream_creation_timestamp=(stream_creation_timestamp : Time | Nil)
The timestamp at which the stream was created.
- #stream_mode_details : StreamModeDetails | Nil
- #stream_mode_details=(stream_mode_details : StreamModeDetails | Nil)
-
#stream_name : String
The name of a stream.
-
#stream_name=(stream_name : String)
The name of a stream.
-
#stream_status : StreamStatus
The status of the stream.
-
#stream_status=(stream_status : StreamStatus)
The status of the stream.
- #validate! : Nil
Constructor Detail
def self.new(stream_name : String, stream_arn : String, stream_status : StreamStatus, stream_mode_details : StreamModeDetails | Nil = nil, stream_creation_timestamp : Time | 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 stream_creation_timestamp=(stream_creation_timestamp : Time | Nil)
#
The timestamp at which the stream was created.