Class: Aws::Types::ListTestExecutionResultItemsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def next_token
  @next_token
end

#result_filter_by ⇒ Types::TestExecutionResultFilterBy

Returns the value of attribute result_filter_by.



2567
2568
2569
# File 'sig/types.rbs', line 2567

def result_filter_by
  @result_filter_by
end

#test_execution_id ⇒ ::String

Returns the value of attribute test_execution_id.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def test_execution_id
  @test_execution_id
end