Class: Aws::MediaTailor::Types::PutChannelPolicyRequest

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

#channel_nameString

The channel name associated with this Channel Policy.

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4095

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

#policyString

Adds an IAM role that determines the permissions of your channel.

Returns:

  • (String)


4095
4096
4097
4098
4099
4100
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4095

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