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)


2799
2800
2801
# File 'sig/types.rbs', line 2799

def agent_alias_id
  @agent_alias_id
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2801
2802
2803
# File 'sig/types.rbs', line 2801

def agent_version
  @agent_version
end

#caller_chain::Array[Types::Caller]

Returns the value of attribute caller_chain.

Returns:



2802
2803
2804
# File 'sig/types.rbs', line 2802

def caller_chain
  @caller_chain
end

#collaborator_name::String

Returns the value of attribute collaborator_name.

Returns:

  • (::String)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def collaborator_name
  @collaborator_name
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def event_time
  @event_time
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


2807
2808
2809
# File 'sig/types.rbs', line 2807

def event_type
  @event_type
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2805
2806
2807
# File 'sig/types.rbs', line 2805

def session_id
  @session_id
end

#traceTypes::Trace

Returns the value of attribute trace.

Returns:



2806
2807
2808
# File 'sig/types.rbs', line 2806

def trace
  @trace
end