Class: Aws::Kinesis::Types::DescribeChannelOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_descriptionTypes::ChannelDescription

The configuration and current status of the channel.



787
788
789
790
791
# File 'lib/aws-sdk-kinesis/types.rb', line 787

class DescribeChannelOutput < Struct.new(
  :channel_description)
  SENSITIVE = []
  include Aws::Structure
end