Class: Aws::AccessAnalyzer::Types::GetFindingV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer that generated the finding.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1953

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

#idString

The ID of the finding to retrieve.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1953

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


1953
1954
1955
1956
1957
1958
1959
1960
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1953

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

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1953

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