Class: Aws::MediaStore::Types::GetMetricPolicyInput

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.

Returns:

  • (String)


415
416
417
418
419
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 415

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