class
Amazonite::Kinesis::DescribeStreamSummaryInput
- Amazonite::Kinesis::DescribeStreamSummaryInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/describe_stream_summary_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | 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 | Nil
The ARN of the stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#stream_name : String | Nil
The name of the stream to describe.
-
#stream_name=(stream_name : String | Nil)
The name of the stream to describe.
- #validate! : Nil
Constructor Detail
def self.new(stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | 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?.