Class: Aws::Types::ListFailureModeFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFailureModeFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
Instance Attribute Details
#failure_category ⇒ "SHARED_FATE", ...
Returns the value of attribute failure_category.
680 681 682 |
# File 'sig/types.rbs', line 680 def failure_category @failure_category end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
682 683 684 |
# File 'sig/types.rbs', line 682 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
683 684 685 |
# File 'sig/types.rbs', line 683 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def service_arn @service_arn end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
679 680 681 |
# File 'sig/types.rbs', line 679 def severity @severity end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
681 682 683 |
# File 'sig/types.rbs', line 681 def status @status end |