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)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def message
  @message
end