You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AccessAnalyzer::Types::ListAnalyzedResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAnalyzedResourcesRequest as input to an Aws::Client method, you can use a vanilla 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
}

Retrieves a list of resources that have been analyzed.

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

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

Returns:

  • (String)

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)

    The maximum number of results to return in the response.

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)

    A token used for pagination of results returned.

#resource_typeString

The type of resource.

Possible values:

  • AWS::S3::Bucket
  • AWS::IAM::Role
  • AWS::SQS::Queue
  • AWS::Lambda::Function
  • AWS::Lambda::LayerVersion
  • AWS::KMS::Key

Returns:

  • (String)

    The type of resource.