Class: Aws::Types::PutLogEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::Entity

Returns the value of attribute entity.

Returns:



1846
1847
1848
# File 'sig/types.rbs', line 1846

def entity
  @entity
end

#log_events::Array[Types::InputLogEvent]

Returns the value of attribute log_events.

Returns:



1844
1845
1846
# File 'sig/types.rbs', line 1844

def log_events
  @log_events
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def log_group_name
  @log_group_name
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def log_stream_name
  @log_stream_name
end

#sequence_token::String

Returns the value of attribute sequence_token.

Returns:

  • (::String)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def sequence_token
  @sequence_token
end