Class: Aws::MediaStore::Types::DeleteMetricPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::DeleteMetricPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container that is associated with the metric policy that you want to delete.
Instance Attribute Details
#container_name ⇒ String
The name of the container that is associated with the metric policy that you want to delete.
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 |