Class: Aws::Types::ListTestRunsRequest

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)


878
879
880
# File 'sig/types.rbs', line 878

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def service_arn
  @service_arn
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def test_id
  @test_id
end