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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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.



10804
10805
10806
10807
10808
10809
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10804

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)


10804
10805
10806
10807
10808
10809
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10804

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