Class: Aws::Types::TestRunEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


1693
1694
1695
# File 'sig/types.rbs', line 1693

def attributes
  @attributes
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def event_id
  @event_id
end

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def message
  @message
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def timestamp
  @timestamp
end