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.
7436 7437 7438 |
# File 'sig/types.rbs', line 7436 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7435 7436 7437 |
# File 'sig/types.rbs', line 7435 def next_token @next_token end |
#test_cases ⇒ ::Array[Types::TestCase]
Returns the value of attribute test_cases.
7434 7435 7436 |
# File 'sig/types.rbs', line 7434 def test_cases @test_cases end |