Class: Aws::Types::ListUniqueProblemsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListUniqueProblemsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#unique_problems ⇒ ::Hash[("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED"), ::Array[Types::UniqueProblem]]
Returns the value of attribute unique_problems.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
927 928 929 |
# File 'sig/types.rbs', line 927 def next_token @next_token end |
#unique_problems ⇒ ::Hash[("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED"), ::Array[Types::UniqueProblem]]
Returns the value of attribute unique_problems.
926 927 928 |
# File 'sig/types.rbs', line 926 def unique_problems @unique_problems end |