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.
659 660 661 |
# File 'sig/types.rbs', line 659 def failure_category @failure_category end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
661 662 663 |
# File 'sig/types.rbs', line 661 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
662 663 664 |
# File 'sig/types.rbs', line 662 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
657 658 659 |
# File 'sig/types.rbs', line 657 def service_arn @service_arn end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
658 659 660 |
# File 'sig/types.rbs', line 658 def severity @severity end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
660 661 662 |
# File 'sig/types.rbs', line 660 def status @status end |