Class: Aws::MediaTailor::Types::GetChannelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelPolicyRequest
- Defined in:
- gems/aws-sdk-mediatailor/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.
1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1745 class GetChannelPolicyRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |