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:



1925
1926
1927
1928
1929
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1925

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