Module: Aws::CloudWatchLogs::Client::_PutLogEventsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutLogEventsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_sequence_token ⇒ ::String
- #rejected_entity_info ⇒ Types::RejectedEntityInfo
- #rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
Instance Method Details
#next_sequence_token ⇒ ::String
1253 |
# File 'sig/client.rbs', line 1253
def next_sequence_token: () -> ::String
|
#rejected_entity_info ⇒ Types::RejectedEntityInfo
1255 |
# File 'sig/client.rbs', line 1255
def rejected_entity_info: () -> Types::RejectedEntityInfo
|
#rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
1254 |
# File 'sig/client.rbs', line 1254
def rejected_log_events_info: () -> Types::RejectedLogEventsInfo
|