Class: Aws::Types::LiveTailSessionStart

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def session_id
  @session_id
end