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.
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.
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.
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.
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.
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.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def event_time @event_time end |
#event_type ⇒ Object
Returns the value of attribute event_type.
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.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def session_id @session_id end |
#trace ⇒ Types::Trace
Returns the value of attribute trace.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def trace @trace end |