Class: Aws::Kinesis::Types::RegisterStreamConsumerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::RegisterStreamConsumerOutput
- Includes:
- Structure
- Defined in:
- 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.
1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1751 class RegisterStreamConsumerOutput < Struct.new( :consumer) SENSITIVE = [] include Aws::Structure end |