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.
476 477 478 |
# File 'sig/types.rbs', line 476 def description @description end |
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
477 478 479 |
# File 'sig/types.rbs', line 477 def failure_category @failure_category end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def finding_id @finding_id end |
#name ⇒ ::String
Returns the value of attribute name.
475 476 477 |
# File 'sig/types.rbs', line 475 def name @name end |
#policy_component ⇒ "AVAILABILITY_SLO", ...
Returns the value of attribute policy_component.
480 481 482 |
# File 'sig/types.rbs', line 480 def policy_component @policy_component end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
473 474 475 |
# File 'sig/types.rbs', line 473 def service_arn @service_arn end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
478 479 480 |
# File 'sig/types.rbs', line 478 def severity @severity end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
479 480 481 |
# File 'sig/types.rbs', line 479 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
481 482 483 |
# File 'sig/types.rbs', line 481 def updated_at @updated_at end |