class
Amazonite::Kinesis::DeregisterStreamConsumerInput
- Amazonite::Kinesis::DeregisterStreamConsumerInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/deregister_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)
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. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
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.