Class: Aws::MediaStore::Types::GetLifecyclePolicyOutput

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

#lifecycle_policyString

The object lifecycle policy that is assigned to the container.

Returns:

  • (String)


403
404
405
406
407
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 403

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