GetFindingRequest

public struct GetFindingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the analyzer that generated the finding.

    Declaration

    Swift

    public let analyzerArn: String
  • id

    The ID of the finding to retrieve.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(analyzerArn: String, id: String)
  • Declaration

    Swift

    public func validate(name: String) throws