Class: Aws::Kinesis::Types::CreateChannelOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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.



537
538
539
540
541
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 537

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