Class: Aws::Types::GetRelationalDatabaseEventsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseEventsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#relational_database_events ⇒ ::Array[Types::RelationalDatabaseEvent]
Returns the value of attribute relational_database_events.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def next_page_token @next_page_token end |
#relational_database_events ⇒ ::Array[Types::RelationalDatabaseEvent]
Returns the value of attribute relational_database_events.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def relational_database_events @relational_database_events end |