Class: Aws::Types::TestRunSourceEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailTypes::TestRunSourceEventDetail

Returns the value of attribute detail.



1786
1787
1788
# File 'sig/types.rbs', line 1786

def detail
  @detail
end

#event_type"ALARM"

Returns the value of attribute event_type.

Returns:

  • ("ALARM")


1785
1786
1787
# File 'sig/types.rbs', line 1785

def event_type
  @event_type
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def source_arn
  @source_arn
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def timestamp
  @timestamp
end