Class: Aws::AccessAnalyzer::Types::GetFindingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding ⇒ Types::Finding
A ‘finding` object that contains finding details.
Instance Attribute Details
#finding ⇒ Types::Finding
A ‘finding` object that contains finding details.
2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2091 class GetFindingResponse < Struct.new( :finding) SENSITIVE = [] include Aws::Structure end |