Class: Aws::Types::TestWindowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def status
  @status
end

#test_window_end ⇒ ::Time

Returns the value of attribute test_window_end.

Returns:

  • (::Time)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def test_window_end
  @test_window_end
end

#test_window_start ⇒ ::Time

Returns the value of attribute test_window_start.

Returns:

  • (::Time)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def test_window_start
  @test_window_start
end