Class: Aws::Types::LiveTailSessionStart
- Inherits:
-
Object
- Object
- Aws::Types::LiveTailSessionStart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#log_event_filter_pattern ⇒ ::String
Returns the value of attribute log_event_filter_pattern.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#log_stream_name_prefixes ⇒ ::Array[::String]
Returns the value of attribute log_stream_name_prefixes.
-
#log_stream_names ⇒ ::Array[::String]
Returns the value of attribute log_stream_names.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def event_type @event_type end |
#log_event_filter_pattern ⇒ ::String
Returns the value of attribute log_event_filter_pattern.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def log_event_filter_pattern @log_event_filter_pattern end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def log_group_identifiers @log_group_identifiers end |
#log_stream_name_prefixes ⇒ ::Array[::String]
Returns the value of attribute log_stream_name_prefixes.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def log_stream_name_prefixes @log_stream_name_prefixes end |
#log_stream_names ⇒ ::Array[::String]
Returns the value of attribute log_stream_names.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def log_stream_names @log_stream_names end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def request_id @request_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def session_id @session_id end |