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.
2769 2770 2771 2772 2773 2774 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2769 class ListAnalyzedResourcesResponse < Struct.new( :analyzed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2769 2770 2771 2772 2773 2774 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2769 class ListAnalyzedResourcesResponse < Struct.new( :analyzed_resources, :next_token) SENSITIVE = [] include Aws::Structure end |