Class: Aws::Kinesis::Types::DeregisterStreamConsumerInput

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. 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.

Returns:

  • (String)


323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 323

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

#consumer_nameString

The name that you gave to the consumer.

Returns:

  • (String)


323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 323

class DeregisterStreamConsumerInput < Struct.new(
  :stream_arn,
  :consumer_name,
  :consumer_arn,
  :stream_id)
  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)


323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 323

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

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 323

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