Class: Aws::AccessAnalyzer::Types::FindingSourceDetail

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_accountString

The account of the cross-account access point that generated the finding.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1537

class FindingSourceDetail < Struct.new(
  :access_point_arn,
  :access_point_account)
  SENSITIVE = []
  include Aws::Structure
end

#access_point_arnString

The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1537

class FindingSourceDetail < Struct.new(
  :access_point_arn,
  :access_point_account)
  SENSITIVE = []
  include Aws::Structure
end