Class: Aws::Types::GetRelationalDatabaseSnapshotsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


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.

Returns:



2050
2051
2052
# File 'sig/types.rbs', line 2050

def relational_database_snapshots
  @relational_database_snapshots
end