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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastore/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 that you want to assign the object lifecycle policy to.

Returns:

  • (String)


663
664
665
666
667
668
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 663

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

#lifecycle_policyString

The object lifecycle policy to apply to the container.

Returns:

  • (String)


663
664
665
666
667
668
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 663

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