Class: Aws::Kinesis::Types::CreateChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::CreateChannelOutput
- Includes:
- Structure
- Defined in:
- 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.
536 537 538 539 540 |
# File 'lib/aws-sdk-kinesis/types.rb', line 536 class CreateChannelOutput < Struct.new( :channel_description) SENSITIVE = [] include Aws::Structure end |