You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::DescribeStreamConsumerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamConsumerInput
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeStreamConsumerInput as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_arn: "StreamARN",
consumer_name: "ConsumerName",
consumer_arn: "ConsumerARN",
}
Instance Attribute Summary collapse
-
#consumer_arn ⇒ String
The ARN returned by Kinesis Data Streams when you registered the consumer.
-
#consumer_name ⇒ String
The name that you gave to the consumer.
-
#stream_arn ⇒ String
The ARN of the Kinesis data stream that the consumer is registered with.
Instance Attribute Details
#consumer_arn ⇒ String
The ARN returned by Kinesis Data Streams when you registered the consumer.
#consumer_name ⇒ String
The name that you gave to the consumer.
#stream_arn ⇒ String
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.