Class: Aws::AccessAnalyzer::Types::GetFindingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingRequest
- Includes:
- Structure
- Defined in:
- 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] 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.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2076 class GetFindingRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the finding to retrieve.
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2076 class GetFindingRequest < Struct.new( :analyzer_arn, :id) SENSITIVE = [] include Aws::Structure end |