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
1850 1851 1852 1853 1854 1855 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1850 class GenerateFindingRecommendationRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the finding recommendation.
1850 1851 1852 1853 1854 1855 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1850 class GenerateFindingRecommendationRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |