Class: Aws::AccessAnalyzer::Types::ListAnalyzedResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAnalyzedResourcesRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves a list of resources that have been analyzed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] to retrieve a list of analyzed resources from.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer to retrieve a list of analyzed resources from.
2663 2664 2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663 class ListAnalyzedResourcesRequest < Struct.new( :analyzer_arn, :resource_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2663 2664 2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663 class ListAnalyzedResourcesRequest < Struct.new( :analyzer_arn, :resource_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2663 2664 2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663 class ListAnalyzedResourcesRequest < Struct.new( :analyzer_arn, :resource_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
2663 2664 2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2663 class ListAnalyzedResourcesRequest < Struct.new( :analyzer_arn, :resource_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |