Class: Aws::MediaLive::Types::DescribeChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass DescribeChannelRequest data as a hash:

{
  channel_id: "__string", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

Returns:

  • (String)


5102
5103
5104
5105
5106
# File 'lib/aws-sdk-medialive/types.rb', line 5102

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