class Aws::AccessAnalyzer::Types::ListAnalyzedResourcesRequest

Retrieves a list of resources that have been analyzed.

@note When making an API call, you may pass ListAnalyzedResourcesRequest

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      max_results: 1,
      next_token: "Token",
      resource_type: "AWS::S3::Bucket", # accepts AWS::S3::Bucket, AWS::IAM::Role, AWS::SQS::Queue, AWS::Lambda::Function, AWS::Lambda::LayerVersion, AWS::KMS::Key, AWS::SecretsManager::Secret
    }

@!attribute [rw] analyzer_arn

The [ARN of the analyzer][1] to retrieve a list of analyzed
resources from.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in the response.
@return [Integer]

@!attribute [rw] next_token

A token used for pagination of results returned.
@return [String]

@!attribute [rw] resource_type

The type of resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListAnalyzedResourcesRequest AWS API Documentation

Constants

SENSITIVE