Class: Aws::Types::ServiceEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def message
  @message
end