Class: Aws::MediaTailor::Types::PutChannelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::PutChannelPolicyRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass PutChannelPolicyRequest data as a hash:
{
channel_name: "__string", # required
policy: "__string", # required
}
Adds an IAM policy for the channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
-
#policy ⇒ String
Adds an IAM role that determines the permissions of your channel.
Instance Attribute Details
#channel_name ⇒ String
3125 3126 3127 3128 3129 3130 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3125 class PutChannelPolicyRequest < Struct.new( :channel_name, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Adds an IAM role that determines the permissions of your channel.
3125 3126 3127 3128 3129 3130 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3125 class PutChannelPolicyRequest < Struct.new( :channel_name, :policy) SENSITIVE = [] include Aws::Structure end |