You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kinesis::Types::RegisterStreamConsumerInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterStreamConsumerInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_arn: "StreamARN", # required
  consumer_name: "ConsumerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_nameString

For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don\'t have to be unique across data streams.

Returns:

  • (String)

    For a given Kinesis data stream, each consumer must have a unique name.

#stream_arnString

The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Returns:

  • (String)

    The ARN of the Kinesis data stream that you want to register the consumer with.