Class: Aws::Types::AgenticRetrieveTraceEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::AgenticRetrieveTraceEventAttributes

Returns the value of attribute attributes.



330
331
332
# File 'sig/types.rbs', line 330

def attributes
  @attributes
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


333
334
335
# File 'sig/types.rbs', line 333

def event_type
  @event_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def id
  @id
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


332
333
334
# File 'sig/types.rbs', line 332

def timestamp
  @timestamp
end