You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutContainerPolicyInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  container_name: "ContainerName", # required
  policy: "ContainerPolicy", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container.

Returns:

  • (String)

    The name of the container.

#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)

    The contents of the policy, which includes the following:.