Class: Aws::MediaTailor::Types::GetChannelPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel associated with this Channel Policy.

Returns:

  • (String)


1952
1953
1954
1955
1956
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1952

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