Class: Aws::AccessAnalyzer::Types::GetFindingResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#findingTypes::Finding

A finding object that contains finding details.

Returns:



2267
2268
2269
2270
2271
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2267

class GetFindingResponse < Struct.new(
  :finding)
  SENSITIVE = []
  include Aws::Structure
end