Class: Aws::Types::FindingSummary
- Inherits:
-
Object
- Object
- Aws::Types::FindingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_component ⇒ "AVAILABILITY_SLO", ...
Returns the value of attribute policy_component.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#status ⇒ "OPEN", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
455 456 457 |
# File 'sig/types.rbs', line 455 def description @description end |
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
456 457 458 |
# File 'sig/types.rbs', line 456 def failure_category @failure_category end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def finding_id @finding_id end |
#name ⇒ ::String
Returns the value of attribute name.
454 455 456 |
# File 'sig/types.rbs', line 454 def name @name end |
#policy_component ⇒ "AVAILABILITY_SLO", ...
Returns the value of attribute policy_component.
459 460 461 |
# File 'sig/types.rbs', line 459 def policy_component @policy_component end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def service_arn @service_arn end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
457 458 459 |
# File 'sig/types.rbs', line 457 def severity @severity end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
458 459 460 |
# File 'sig/types.rbs', line 458 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
460 461 462 |
# File 'sig/types.rbs', line 460 def updated_at @updated_at end |