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
2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-medialive/types.rb', line 2304 class CreateChannelResponse < Struct.new( :channel) SENSITIVE = [] include Aws::Structure end |