Class: Aws::Kinesis::Types::RegisterStreamConsumerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::RegisterStreamConsumerOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer ⇒ Types::Consumer
An object that represents the details of the consumer you registered.
Instance Attribute Details
#consumer ⇒ Types::Consumer
An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.
1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1691 class RegisterStreamConsumerOutput < Struct.new( :consumer) SENSITIVE = [] include Aws::Structure end |