Class: Aws::Types::GetFindingRecommendationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arn::String

Returns the value of attribute analyzer_arn.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def analyzer_arn
  @analyzer_arn
end

#id::String

Returns the value of attribute id.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def id
  @id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



583
584
585
# File 'sig/types.rbs', line 583

def next_token
  @next_token
end