Class: Aws::Kinesis::Types::UpdateChannelOutput

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 updated channel.



3695
3696
3697
3698
3699
# File 'lib/aws-sdk-kinesis/types.rb', line 3695

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