Class: Aws::AccessAnalyzer::Types::GenerateFindingRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GenerateFindingRecommendationRequest
- 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.
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
1767 1768 1769 1770 1771 1772 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1767 class GenerateFindingRecommendationRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the finding recommendation.
1767 1768 1769 1770 1771 1772 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1767 class GenerateFindingRecommendationRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |