Class: Aws::Types::AuditEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data ⇒ ::String

Returns the value of attribute event_data.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def event_data
  @event_data
end

#event_data_checksum ⇒ ::String

Returns the value of attribute event_data_checksum.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def event_data_checksum
  @event_data_checksum
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def id
  @id
end