Class: Aws::Types::PutLogEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutLogEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_sequence_token ⇒ ::String
Returns the value of attribute next_sequence_token.
-
#rejected_entity_info ⇒ Types::RejectedEntityInfo
Returns the value of attribute rejected_entity_info.
-
#rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
Returns the value of attribute rejected_log_events_info.
Instance Attribute Details
#next_sequence_token ⇒ ::String
Returns the value of attribute next_sequence_token.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def next_sequence_token @next_sequence_token end |
#rejected_entity_info ⇒ Types::RejectedEntityInfo
Returns the value of attribute rejected_entity_info.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def rejected_entity_info @rejected_entity_info end |
#rejected_log_events_info ⇒ Types::RejectedLogEventsInfo
Returns the value of attribute rejected_log_events_info.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def rejected_log_events_info @rejected_log_events_info end |