Class: Aws::RDS::Types::DBSnapshotTenantDatabasesMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_tenant_databasesArray<Types::DBSnapshotTenantDatabase>

A list of DB snapshot tenant databases.



10966
10967
10968
10969
10970
10971
# File 'lib/aws-sdk-rds/types.rb', line 10966

class DBSnapshotTenantDatabasesMessage < Struct.new(
  :marker,
  :db_snapshot_tenant_databases)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


10966
10967
10968
10969
10970
10971
# File 'lib/aws-sdk-rds/types.rb', line 10966

class DBSnapshotTenantDatabasesMessage < Struct.new(
  :marker,
  :db_snapshot_tenant_databases)
  SENSITIVE = []
  include Aws::Structure
end