Class: Aws::AccessAnalyzer::Types::GetFindingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] that generated the finding.
-
#id ⇒ String
The ID of the finding to retrieve.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer that generated the finding.
2161 2162 2163 2164 2165 2166 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2161 class GetFindingRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the finding to retrieve.
2161 2162 2163 2164 2165 2166 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2161 class GetFindingRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |