ListAnalyzedResourcesRequest
public struct ListAnalyzedResourcesRequest : AWSShape
extension AccessAnalyzer.ListAnalyzedResourcesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the analyzer to retrieve a list of analyzed resources from.
Declaration
Swift
public let analyzerArn: String
-
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int?
-
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String?
-
The type of resource.
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(analyzerArn: String, maxResults: Int? = nil, nextToken: String? = nil, resourceType: ResourceType? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AccessAnalyzer.ListAnalyzedResourcesRequest