ListAnalyzedResourcesResponse
public struct ListAnalyzedResourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of resources that were analyzed.
Declaration
Swift
public let analyzedResources: [AnalyzedResourceSummary]
-
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(analyzedResources: [AnalyzedResourceSummary], nextToken: String? = nil)