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.



248
249
250
# File 'sig/types.rbs', line 248

def attributes
  @attributes
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


251
252
253
# File 'sig/types.rbs', line 251

def event_type
  @event_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def id
  @id
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def timestamp
  @timestamp
end