Class: Aws::Types::TracePart
- Inherits:
-
Object
- Object
- Aws::Types::TracePart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#caller_chain ⇒ ::Array[Types::Caller]
Returns the value of attribute caller_chain.
-
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#trace ⇒ Types::Trace
Returns the value of attribute trace.
Instance Attribute Details
#agent_alias_id ⇒ ::String
Returns the value of attribute agent_alias_id.
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.
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.
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.
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.
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.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def event_time @event_time end |
#event_type ⇒ Object
Returns the value of attribute event_type.
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.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def session_id @session_id end |
#trace ⇒ Types::Trace
Returns the value of attribute trace.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def trace @trace end |