Class: Aws::Kinesis::Types::DescribeStreamConsumerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamConsumerOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_description ⇒ Types::ConsumerDescription
An object that represents the details of the consumer.
Instance Attribute Details
#consumer_description ⇒ Types::ConsumerDescription
An object that represents the details of the consumer.
363 364 365 366 367 |
# File 'lib/aws-sdk-kinesis/types.rb', line 363 class DescribeStreamConsumerOutput < Struct.new( :consumer_description) SENSITIVE = [] include Aws::Structure end |