Class: Aws::MediaTailor::Types::DeleteChannelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteChannelPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel associated with this channel policy.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel associated with this channel policy.
1414 1415 1416 1417 1418 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1414 class DeleteChannelPolicyRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |