Class: Aws::Kinesis::Types::DescribeChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeChannelOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_description ⇒ Types::ChannelDescription
The configuration and current status of the channel.
Instance Attribute Details
#channel_description ⇒ Types::ChannelDescription
The configuration and current status of the channel.
788 789 790 791 792 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 788 class DescribeChannelOutput < Struct.new( :channel_description) SENSITIVE = [] include Aws::Structure end |