Class: Aws::Types::TracePart

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:collaborator_name, :trace])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_id::String

Returns the value of attribute agent_alias_id.

Returns:

  • (::String)


2717
2718
2719
# File 'sig/types.rbs', line 2717

def agent_alias_id
  @agent_alias_id
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def agent_version
  @agent_version
end

#caller_chain::Array[Types::Caller]

Returns the value of attribute caller_chain.

Returns:



2720
2721
2722
# File 'sig/types.rbs', line 2720

def caller_chain
  @caller_chain
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


2721
2722
2723
# File 'sig/types.rbs', line 2721

def collaborator_name
  @collaborator_name
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


2722
2723
2724
# File 'sig/types.rbs', line 2722

def event_time
  @event_time
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def event_type
  @event_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2723
2724
2725
# File 'sig/types.rbs', line 2723

def session_id
  @session_id
end

#traceTypes::Trace

Returns the value of attribute trace.

Returns:



2724
2725
2726
# File 'sig/types.rbs', line 2724

def trace
  @trace
end