Class: Aws::MediaTailor::Types::GetChannelPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The IAM policy for the channel.
Instance Attribute Details
#policy ⇒ String
The IAM policy for the channel. IAM policies are used to control access to your channel.
1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1965 class GetChannelPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |