Class: Aws::Types::StartLiveTailRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartLiveTailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#log_event_filter_pattern ⇒ ::String
Returns the value of attribute log_event_filter_pattern.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def log_event_filter_pattern @log_event_filter_pattern end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def log_group_identifiers @log_group_identifiers end |
#log_stream_name_prefixes ⇒ ::Array[::String]
Returns the value of attribute log_stream_name_prefixes.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def log_stream_name_prefixes @log_stream_name_prefixes end |
#log_stream_names ⇒ ::Array[::String]
Returns the value of attribute log_stream_names.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def log_stream_names @log_stream_names end |