Class: Aws::Kinesis::Types::DescribeStreamConsumerOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeStreamConsumerOutput
- Defined in:
- gems/aws-sdk-kinesis/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.
360 361 362 363 364 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 360 class DescribeStreamConsumerOutput < Struct.new( :consumer_description) SENSITIVE = [] include Aws::Structure end |