DescribeFindingsRequest
public struct DescribeFindingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN that specifies the finding that you want to describe.
Declaration
Swift
public let findingArns: [String]
-
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Declaration
Swift
public let locale: Locale?
-
Undocumented
Declaration
Swift
public init(findingArns: [String], locale: Locale? = nil)
-
Declaration
Swift
public func validate(name: String) throws