Class: Aws::Kinesis::Types::DescribeStreamConsumerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamConsumerInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#stream_id ⇒ String
Not Implemented.
Instance Attribute Details
#consumer_arn ⇒ String
The ARN returned by Kinesis Data Streams when you registered the consumer.
410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 410 class DescribeStreamConsumerInput < Struct.new( :stream_arn, :consumer_name, :consumer_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#consumer_name ⇒ String
The name that you gave to the consumer.
410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 410 class DescribeStreamConsumerInput < Struct.new( :stream_arn, :consumer_name, :consumer_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#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 Amazon Web Services Service Namespaces.
410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 410 class DescribeStreamConsumerInput < Struct.new( :stream_arn, :consumer_name, :consumer_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
410 411 412 413 414 415 416 417 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 410 class DescribeStreamConsumerInput < Struct.new( :stream_arn, :consumer_name, :consumer_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |