Class: Aws::AccessAnalyzer::Types::GetFindingRequest

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

Overview

Retrieves a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer that generated the finding.

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1910

class GetFindingRequest < Struct.new(
  :analyzer_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the finding to retrieve.

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1910

class GetFindingRequest < Struct.new(
  :analyzer_arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end