Filter
public struct Filter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters your list of secrets by a specific key.
Declaration
Swift
public let key: FilterNameStringType?
-
Filters your list of secrets by a specific value.
Declaration
Swift
public let values: [String]?
-
Undocumented
Declaration
Swift
public init(key: FilterNameStringType? = nil, values: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws