Class: Aws::Types::GetRelationalDatabaseSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseSnapshotsResult
- 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_snapshots ⇒ ::Array[Types::RelationalDatabaseSnapshot]
Returns the value of attribute relational_database_snapshots.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def next_page_token @next_page_token end |
#relational_database_snapshots ⇒ ::Array[Types::RelationalDatabaseSnapshot]
Returns the value of attribute relational_database_snapshots.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def relational_database_snapshots @relational_database_snapshots end |