Class: Aws::AccessAnalyzer::Types::FindingSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

The source of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailTypes::FindingSourceDetail

Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.



1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1514

class FindingSource < Struct.new(
  :type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Indicates the type of access that generated the finding.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1514

class FindingSource < Struct.new(
  :type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end