Class: Aws::AccessAnalyzer::Types::FindingSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::FindingSource
- 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
-
#detail ⇒ Types::FindingSourceDetail
Includes details about how the access that generated the finding is granted.
-
#type ⇒ String
Indicates the type of access that generated the finding.
Instance Attribute Details
#detail ⇒ Types::FindingSourceDetail
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
1576 1577 1578 1579 1580 1581 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1576 class FindingSource < Struct.new( :type, :detail) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Indicates the type of access that generated the finding.
1576 1577 1578 1579 1580 1581 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1576 class FindingSource < Struct.new( :type, :detail) SENSITIVE = [] include Aws::Structure end |