Class: Aws::MediaStore::Types::DeleteMetricPolicyInput

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 is associated with the metric policy that you want to delete.

Returns:

  • (String)


302
303
304
305
306
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 302

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