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.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def next_sequence_token @next_sequence_token end |
#rejected_entity_info ⇒ Types::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_info ⇒ Types::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 |