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

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

#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)


27472
27473
27474
27475
27476
27477
# File 'lib/aws-sdk-rds/types.rb', line 27472

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:



27472
27473
27474
27475
27476
27477
# File 'lib/aws-sdk-rds/types.rb', line 27472

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