Class: Aws::Types::BotAnalyzerRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issue_description ⇒ ::String

Returns the value of attribute issue_description.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def issue_description
  @issue_description
end

#issue_location ⇒ Types::IssueLocation

Returns the value of attribute issue_location.



431
432
433
# File 'sig/types.rbs', line 431

def issue_location
  @issue_location
end

#priority ⇒ "High", ...

Returns the value of attribute priority.

Returns:

  • ("High", "Medium", "Low")


432
433
434
# File 'sig/types.rbs', line 432

def priority
  @priority
end

#proposed_fix ⇒ ::String

Returns the value of attribute proposed_fix.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def proposed_fix
  @proposed_fix
end