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