Class: Aws::MediaStore::Types::PutContainerPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediastore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container.

Returns:

  • (String)


619
620
621
622
623
624
# File 'lib/aws-sdk-mediastore/types.rb', line 619

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

#policyString

The contents of the policy, which includes the following:

  • One ‘Version` tag

  • One ‘Statement` tag that contains the standard tags for the policy.

Returns:

  • (String)


619
620
621
622
623
624
# File 'lib/aws-sdk-mediastore/types.rb', line 619

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