Class: Aws::Kinesis::Types::UpdateChannelOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateChannelOutput
- 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 updated channel.
Instance Attribute Details
#channel_description ⇒ Types::ChannelDescription
The configuration and current status of the updated channel.
3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3742 class UpdateChannelOutput < Struct.new( :channel_description) SENSITIVE = [] include Aws::Structure end |