Class: Aws::AccessAnalyzer::Types::GetFindingRecommendationRequest

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 used to generate the finding recommendation.

Returns:

  • (String)


2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2001

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

#idString

The unique ID for the finding recommendation.

Returns:

  • (String)


2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2001

class GetFindingRecommendationRequest < 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)


2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2001

class GetFindingRecommendationRequest < 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)


2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2001

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