Class: Aws::Types::PutLogEventsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_sequence_token::String

Returns the value of attribute next_sequence_token.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def next_sequence_token
  @next_sequence_token
end

#rejected_entity_infoTypes::RejectedEntityInfo

Returns the value of attribute rejected_entity_info.



1853
1854
1855
# File 'sig/types.rbs', line 1853

def rejected_entity_info
  @rejected_entity_info
end

#rejected_log_events_infoTypes::RejectedLogEventsInfo

Returns the value of attribute rejected_log_events_info.



1852
1853
1854
# File 'sig/types.rbs', line 1852

def rejected_log_events_info
  @rejected_log_events_info
end