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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-mediastore/types.rb', line 302

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