Class: Aws::Types::RumEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def details
  @details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def id
  @id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def 
  
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


379
380
381
# File 'sig/types.rbs', line 379

def timestamp
  @timestamp
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def type
  @type
end