Class: Aws::RDS::Types::TenantDatabasesMessage

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

#markerString

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

Returns:

  • (String)


26995
26996
26997
26998
26999
27000
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26995

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

#tenant_databasesArray<Types::TenantDatabase>

An array of the tenant databases requested by the DescribeTenantDatabases operation.

Returns:



26995
26996
26997
26998
26999
27000
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26995

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