Class: Aws::Types::Span
- Inherits:
-
Object
- Object
- Aws::Types::Span
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#attributes ⇒ Types::SpanAttributes
Returns the value of attribute attributes.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#origin_request_id ⇒ ::String
Returns the value of attribute origin_request_id.
-
#parent_span_id ⇒ ::String
Returns the value of attribute parent_span_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#span_id ⇒ ::String
Returns the value of attribute span_id.
-
#span_name ⇒ ::String
Returns the value of attribute span_name.
-
#span_type ⇒ "CLIENT", ...
Returns the value of attribute span_type.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "OK", ...
Returns the value of attribute status.
-
#status_description ⇒ ::String
Returns the value of attribute status_description.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def assistant_id @assistant_id end |
#attributes ⇒ Types::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.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def @end_timestamp end |
#origin_request_id ⇒ ::String
Returns the value of attribute origin_request_id.
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.
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.
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.
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.
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.
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.
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.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def @start_timestamp end |
#status ⇒ "OK", ...
Returns the value of attribute status.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def status @status end |
#status_description ⇒ ::String
Returns the value of attribute status_description.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def status_description @status_description end |