Class: Aws::Types::RecommendationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def description
  @description
end

#end_line::Integer

Returns the value of attribute end_line.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def end_line
  @end_line
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def file_path
  @file_path
end

#recommendation_category"AWSBestPractices", ...

Returns the value of attribute recommendation_category.

Returns:

  • ("AWSBestPractices", "AWSCloudFormationIssues", "DuplicateCode", "CodeMaintenanceIssues", "ConcurrencyIssues", "InputValidations", "PythonBestPractices", "JavaBestPractices", "ResourceLeaks", "SecurityIssues", "CodeInconsistencies")


297
298
299
# File 'sig/types.rbs', line 297

def recommendation_category
  @recommendation_category
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def recommendation_id
  @recommendation_id
end

#rule_metadataTypes::RuleMetadata

Returns the value of attribute rule_metadata.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def 
  @rule_metadata
end

#severity"Info", ...

Returns the value of attribute severity.

Returns:

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


299
300
301
# File 'sig/types.rbs', line 299

def severity
  @severity
end

#start_line::Integer

Returns the value of attribute start_line.

Returns:

  • (::Integer)


294
295
296
# File 'sig/types.rbs', line 294

def start_line
  @start_line
end