Class: Aws::Types::SearchTestCasesResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchTestCasesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_cases ⇒ ::Array[Types::TestCase]
Returns the value of attribute test_cases.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7266 7267 7268 |
# File 'sig/types.rbs', line 7266 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7265 7266 7267 |
# File 'sig/types.rbs', line 7265 def next_token @next_token end |
#test_cases ⇒ ::Array[Types::TestCase]
Returns the value of attribute test_cases.
7264 7265 7266 |
# File 'sig/types.rbs', line 7264 def test_cases @test_cases end |