Class: Aws::Types::ListTestRunEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


848
849
850
# File 'sig/types.rbs', line 848

def ended_at
  @ended_at
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


849
850
851
# File 'sig/types.rbs', line 849

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def next_token
  @next_token
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


847
848
849
# File 'sig/types.rbs', line 847

def started_at
  @started_at
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def test_run_id
  @test_run_id
end