Class: Aws::AccessAnalyzer::Types::ListAnalyzedResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAnalyzedResourcesResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzed_resources ⇒ Array<Types::AnalyzedResourceSummary>
A list of resources that were analyzed.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#analyzed_resources ⇒ Array<Types::AnalyzedResourceSummary>
A list of resources that were analyzed.
2684 2685 2686 2687 2688 2689 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2684 class ListAnalyzedResourcesResponse < Struct.new( :analyzed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2684 2685 2686 2687 2688 2689 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2684 class ListAnalyzedResourcesResponse < Struct.new( :analyzed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |