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

Class: Aws::MediaStore::Types::PutLifecyclePolicyInput

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

Overview

Note:

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

{
  container_name: "ContainerName", # required
  lifecycle_policy: "LifecyclePolicy", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container that you want to assign the object lifecycle policy to.

Returns:

  • (String)

    The name of the container that you want to assign the object lifecycle policy to.

#lifecycle_policyString

The object lifecycle policy to apply to the container.

Returns:

  • (String)

    The object lifecycle policy to apply to the container.