Class: Aws::Types::Span

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2840
2841
2842
# File 'sig/types.rbs', line 2840

def assistant_id
  @assistant_id
end

#attributesTypes::SpanAttributes

Returns the value of attribute attributes.



2851
2852
2853
# File 'sig/types.rbs', line 2851

def attributes
  @attributes
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


2846
2847
2848
# File 'sig/types.rbs', line 2846

def end_timestamp
  @end_timestamp
end

#origin_request_id::String

Returns the value of attribute origin_request_id.

Returns:

  • (::String)


2850
2851
2852
# File 'sig/types.rbs', line 2850

def origin_request_id
  @origin_request_id
end

#parent_span_id::String

Returns the value of attribute parent_span_id.

Returns:

  • (::String)


2842
2843
2844
# File 'sig/types.rbs', line 2842

def parent_span_id
  @parent_span_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def request_id
  @request_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2841
2842
2843
# File 'sig/types.rbs', line 2841

def session_id
  @session_id
end

#span_id::String

Returns the value of attribute span_id.

Returns:

  • (::String)


2839
2840
2841
# File 'sig/types.rbs', line 2839

def span_id
  @span_id
end

#span_name::String

Returns the value of attribute span_name.

Returns:

  • (::String)


2843
2844
2845
# File 'sig/types.rbs', line 2843

def span_name
  @span_name
end

#span_type"CLIENT", ...

Returns the value of attribute span_type.

Returns:

  • ("CLIENT", "SERVER", "INTERNAL")


2844
2845
2846
# File 'sig/types.rbs', line 2844

def span_type
  @span_type
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def start_timestamp
  @start_timestamp
end

#status"OK", ...

Returns the value of attribute status.

Returns:

  • ("OK", "ERROR", "TIMEOUT")


2847
2848
2849
# File 'sig/types.rbs', line 2847

def status
  @status
end

#status_description::String

Returns the value of attribute status_description.

Returns:

  • (::String)


2848
2849
2850
# File 'sig/types.rbs', line 2848

def status_description
  @status_description
end