Class: Aws::Types::SearchTestCasesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



7264
7265
7266
# File 'sig/types.rbs', line 7264

def test_cases
  @test_cases
end