Class: Aws::AccessAnalyzer::Types::GetFindingRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingRecommendationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer] used to generate the finding recommendation.
-
#id ⇒ String
The unique ID for the finding recommendation.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#analyzer_arn ⇒ String
The [ARN of the analyzer] used to generate the finding recommendation.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
2001 2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2001 class GetFindingRecommendationRequest < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the finding recommendation.
2001 2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2001 class GetFindingRecommendationRequest < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
2001 2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2001 class GetFindingRecommendationRequest < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2001 2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2001 class GetFindingRecommendationRequest < Struct.new( :analyzer_arn, :id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |