Class: Aws::MediaTailor::Types::GetChannelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelPolicyRequest
- 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.
1952 1953 1954 1955 1956 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1952 class GetChannelPolicyRequest < Struct.new( :channel_name) SENSITIVE = [] include Aws::Structure end |