Class: Aws::Types::TestRunSourceEventDetail

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

Defined Under Namespace

Classes: AlarmStateChange, Error, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_state_changeTypes::AlarmStateChangeDetail

Returns the value of attribute alarm_state_change.



1791
1792
1793
# File 'sig/types.rbs', line 1791

def alarm_state_change
  @alarm_state_change
end

#errorTypes::TestRunSourceEventError

Returns the value of attribute error.



1792
1793
1794
# File 'sig/types.rbs', line 1792

def error
  @error
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def unknown
  @unknown
end