Class: Aws::MediaStore::Types::GetLifecyclePolicyInput

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 the object lifecycle policy is assigned to.

Returns:

  • (String)


391
392
393
394
395
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 391

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