class
Amazonite::Kinesis::DescribeStreamConsumerInput
- Amazonite::Kinesis::DescribeStreamConsumerInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/describe_stream_consumer_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_arn : String | Nil = nil, consumer_name : String | Nil = nil, consumer_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. -
#consumer_arn : String | Nil
The ARN returned by Kinesis Data Streams when you registered the consumer.
-
#consumer_arn=(consumer_arn : String | Nil)
The ARN returned by Kinesis Data Streams when you registered the consumer.
-
#consumer_name : String | Nil
The name that you gave to the consumer.
-
#consumer_name=(consumer_name : String | Nil)
The name that you gave to the consumer.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN of the Kinesis data stream that the consumer is registered with.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the Kinesis data stream that the consumer is registered with.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN returned by Kinesis Data Streams when you registered the consumer.
The ARN returned by Kinesis Data Streams when you registered the consumer.
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.