Class: Aws::MediaTailor::Types::GetChannelPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelPolicyResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Returns the channel's IAM policy.
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.
1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1895 class GetChannelPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |