Class: Aws::Kinesis::Types::DescribeStreamConsumerInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arnString

The ARN returned by Kinesis Data Streams when you registered the consumer.

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 341

class DescribeStreamConsumerInput < Struct.new(
  :stream_arn,
  :consumer_name,
  :consumer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#consumer_nameString

The name that you gave to the consumer.

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 341

class DescribeStreamConsumerInput < Struct.new(
  :stream_arn,
  :consumer_name,
  :consumer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

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.

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 341

class DescribeStreamConsumerInput < Struct.new(
  :stream_arn,
  :consumer_name,
  :consumer_arn)
  SENSITIVE = []
  include Aws::Structure
end