DeleteMetricPolicyInput
public struct DeleteMetricPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the container that is associated with the metric policy that you want to delete.
Declaration
Swift
public let containerName: String
-
Undocumented
Declaration
Swift
public init(containerName: String)
-
Declaration
Swift
public func validate(name: String) throws