RelatedFinding

public struct RelatedFinding : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The product-generated identifier for a related finding.

    Declaration

    Swift

    public let id: String
  • The ARN of the product that generated a related finding.

    Declaration

    Swift

    public let productArn: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws