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)


7441
7442
7443
# File 'sig/types.rbs', line 7441

def approximate_total_count
  @approximate_total_count
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7440
7441
7442
# File 'sig/types.rbs', line 7440

def next_token
  @next_token
end

#test_cases::Array[Types::TestCase]

Returns the value of attribute test_cases.

Returns:



7439
7440
7441
# File 'sig/types.rbs', line 7439

def test_cases
  @test_cases
end