Class: Aws::Types::StartLiveTailRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_event_filter_pattern::String

Returns the value of attribute log_event_filter_pattern.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


2153
2154
2155
# File 'sig/types.rbs', line 2153

def log_stream_names
  @log_stream_names
end