Class: Aws::AccessAnalyzer::Types::GetFindingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/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.
2176 2177 2178 2179 2180 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2176 class GetFindingResponse < Struct.new( :finding) SENSITIVE = [] include Aws::Structure end |