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.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def log_event_filter_pattern @log_event_filter_pattern end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def log_group_identifiers @log_group_identifiers end |
#log_stream_name_prefixes ⇒ ::Array[::String]
Returns the value of attribute log_stream_name_prefixes.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def log_stream_name_prefixes @log_stream_name_prefixes end |
#log_stream_names ⇒ ::Array[::String]
Returns the value of attribute log_stream_names.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def log_stream_names @log_stream_names end |