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)


2115
2116
2117
2118
2119
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2115

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