Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#infrastructure_and_code_recommendations ⇒ ::Array[Types::InfrastructureAndCodeRecommendation]
Returns the value of attribute infrastructure_and_code_recommendations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#observability_recommendations ⇒ ::Array[Types::ObservabilityRecommendation]
Returns the value of attribute observability_recommendations.
-
#policy_component ⇒ "AVAILABILITY_SLO", ...
Returns the value of attribute policy_component.
-
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
-
#service_functions ⇒ ::Array[::String]
Returns the value of attribute service_functions.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#status ⇒ "OPEN", ...
Returns the value of attribute status.
-
#testing_recommendations ⇒ ::Array[Types::TestingRecommendation]
Returns the value of attribute testing_recommendations.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
440 441 442 |
# File 'sig/types.rbs', line 440 def comment @comment end |
#description ⇒ ::String
Returns the value of attribute description.
436 437 438 |
# File 'sig/types.rbs', line 436 def description @description end |
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
437 438 439 |
# File 'sig/types.rbs', line 437 def failure_category @failure_category end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
434 435 436 |
# File 'sig/types.rbs', line 434 def finding_id @finding_id end |
#infrastructure_and_code_recommendations ⇒ ::Array[Types::InfrastructureAndCodeRecommendation]
Returns the value of attribute infrastructure_and_code_recommendations.
444 445 446 |
# File 'sig/types.rbs', line 444 def infrastructure_and_code_recommendations @infrastructure_and_code_recommendations end |
#name ⇒ ::String
Returns the value of attribute name.
435 436 437 |
# File 'sig/types.rbs', line 435 def name @name end |
#observability_recommendations ⇒ ::Array[Types::ObservabilityRecommendation]
Returns the value of attribute observability_recommendations.
445 446 447 |
# File 'sig/types.rbs', line 445 def observability_recommendations @observability_recommendations end |
#policy_component ⇒ "AVAILABILITY_SLO", ...
Returns the value of attribute policy_component.
443 444 445 |
# File 'sig/types.rbs', line 443 def policy_component @policy_component end |
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
439 440 441 |
# File 'sig/types.rbs', line 439 def reasoning @reasoning end |
#service_functions ⇒ ::Array[::String]
Returns the value of attribute service_functions.
442 443 444 |
# File 'sig/types.rbs', line 442 def service_functions @service_functions end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
441 442 443 |
# File 'sig/types.rbs', line 441 def severity @severity end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
438 439 440 |
# File 'sig/types.rbs', line 438 def status @status end |
#testing_recommendations ⇒ ::Array[Types::TestingRecommendation]
Returns the value of attribute testing_recommendations.
446 447 448 |
# File 'sig/types.rbs', line 446 def testing_recommendations @testing_recommendations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
447 448 449 |
# File 'sig/types.rbs', line 447 def updated_at @updated_at end |