class
Amazonite::Kinesis::DescribeStreamSummaryOutput
- Amazonite::Kinesis::DescribeStreamSummaryOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/describe_stream_summary_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stream_description_summary : StreamDescriptionSummary
A StreamDescriptionSummary containing information about the stream.
-
#stream_description_summary=(stream_description_summary : StreamDescriptionSummary)
A StreamDescriptionSummary containing information about the 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_description_summary : StreamDescriptionSummary
#
A StreamDescriptionSummary containing information about the stream.
def stream_description_summary=(stream_description_summary : StreamDescriptionSummary)
#
A StreamDescriptionSummary containing information about the stream.