Class: Aws::MediaTailor::Types::GetChannelPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The IAM policy for the channel. IAM policies are used to control access to your channel.

Returns:

  • (String)


1965
1966
1967
1968
1969
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1965

class GetChannelPolicyResponse < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end