Class: Aws::AccessAnalyzer::Types::GenerateFindingRecommendationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GenerateFindingRecommendationRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] 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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-accessanalyzer/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 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1767 class GenerateFindingRecommendationRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |