GetAnalyzedResourceResponse
public struct GetAnalyzedResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An AnalyedResource object that contains information that Access Analyzer found when it analyzed the resource.
Declaration
Swift
public let resource: AnalyzedResource?
-
Undocumented
Declaration
Swift
public init(resource: AnalyzedResource? = nil)