Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def comment
  @comment
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def description
  @description
end

#failure_category"SHARED_FATE", ...

Returns the value of attribute failure_category.

Returns:

  • ("SHARED_FATE", "EXCESSIVE_LOAD", "EXCESSIVE_LATENCY", "MISCONFIGURATION_AND_BUGS", "SINGLE_POINT_OF_FAILURE")


458
459
460
# File 'sig/types.rbs', line 458

def failure_category
  @failure_category
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def finding_id
  @finding_id
end

#infrastructure_and_code_recommendations::Array[Types::InfrastructureAndCodeRecommendation]

Returns the value of attribute infrastructure_and_code_recommendations.



465
466
467
# File 'sig/types.rbs', line 465

def infrastructure_and_code_recommendations
  @infrastructure_and_code_recommendations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def name
  @name
end

#observability_recommendations::Array[Types::ObservabilityRecommendation]

Returns the value of attribute observability_recommendations.



466
467
468
# File 'sig/types.rbs', line 466

def observability_recommendations
  @observability_recommendations
end

#policy_component"AVAILABILITY_SLO", ...

Returns the value of attribute policy_component.

Returns:

  • ("AVAILABILITY_SLO", "MULTI_AZ_DISASTER_RECOVERY", "MULTI_REGION_DISASTER_RECOVERY", "DATA_RECOVERY")


464
465
466
# File 'sig/types.rbs', line 464

def policy_component
  @policy_component
end

#reasoning::String

Returns the value of attribute reasoning.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def reasoning
  @reasoning
end

#service_functions::Array[::String]

Returns the value of attribute service_functions.

Returns:

  • (::Array[::String])


463
464
465
# File 'sig/types.rbs', line 463

def service_functions
  @service_functions
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


462
463
464
# File 'sig/types.rbs', line 462

def severity
  @severity
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "IRRELEVANT")


459
460
461
# File 'sig/types.rbs', line 459

def status
  @status
end

#testing_recommendations::Array[Types::TestingRecommendation]

Returns the value of attribute testing_recommendations.

Returns:



467
468
469
# File 'sig/types.rbs', line 467

def testing_recommendations
  @testing_recommendations
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


468
469
470
# File 'sig/types.rbs', line 468

def updated_at
  @updated_at
end