Class: Aws::MediaStore::Types::DeleteLifecyclePolicyInput

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

Overview

Note:

When making an API call, you may pass DeleteLifecyclePolicyInput data as a hash:

{
  container_name: "ContainerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container that holds the object lifecycle policy.

Returns:

  • (String)


257
258
259
260
# File 'lib/aws-sdk-mediastore/types.rb', line 257

class DeleteLifecyclePolicyInput < Struct.new(
  :container_name)
  include Aws::Structure
end