FindingSource
public struct FindingSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
Declaration
Swift
public let detail: FindingSourceDetail? -
Indicates the type of access that generated the finding.
Declaration
Swift
public let type: FindingSourceType -
Undocumented
Declaration
Swift
public init(detail: FindingSourceDetail? = nil, type: FindingSourceType)
View on GitHub
FindingSource Structure Reference