Class: Aws::Types::GetRelationalDatabaseLogEventsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseLogEventsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_backward_token ⇒ ::String
Returns the value of attribute next_backward_token.
-
#next_forward_token ⇒ ::String
Returns the value of attribute next_forward_token.
-
#resource_log_events ⇒ ::Array[Types::LogEvent]
Returns the value of attribute resource_log_events.
Instance Attribute Details
#next_backward_token ⇒ ::String
Returns the value of attribute next_backward_token.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def next_backward_token @next_backward_token end |
#next_forward_token ⇒ ::String
Returns the value of attribute next_forward_token.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def next_forward_token @next_forward_token end |
#resource_log_events ⇒ ::Array[Types::LogEvent]
Returns the value of attribute resource_log_events.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def resource_log_events @resource_log_events end |