Class: Aws::MediaLive::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel ⇒ Types::Channel
2272 2273 2274 2275 2276 |
# File 'lib/aws-sdk-medialive/types.rb', line 2272 class CreateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |