Class: Aws::MediaStore::Types::PutLifecyclePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::PutLifecyclePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container that you want to assign the object lifecycle policy to.
-
#lifecycle_policy ⇒ String
The object lifecycle policy to apply to the container.
Instance Attribute Details
#container_name ⇒ String
The name of the container that you want to assign the object lifecycle policy to.
663 664 665 666 667 668 |
# File 'lib/aws-sdk-mediastore/types.rb', line 663 class PutLifecyclePolicyInput < Struct.new( :container_name, :lifecycle_policy) SENSITIVE = [] include Aws::Structure end |
#lifecycle_policy ⇒ String
The object lifecycle policy to apply to the container.
663 664 665 666 667 668 |
# File 'lib/aws-sdk-mediastore/types.rb', line 663 class PutLifecyclePolicyInput < Struct.new( :container_name, :lifecycle_policy) SENSITIVE = [] include Aws::Structure end |