Class: Aws::MediaTailor::Types::DeleteChannelPolicyRequest

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)


1414
1415
1416
1417
1418
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1414

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