Class: Aws::RDS::Types::DeleteTenantDatabaseResult

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

#tenant_databaseTypes::TenantDatabase

A tenant database in the DB instance. This data type is an element in the response to the ‘DescribeTenantDatabases` action.



11882
11883
11884
11885
11886
# File 'lib/aws-sdk-rds/types.rb', line 11882

class DeleteTenantDatabaseResult < Struct.new(
  :tenant_database)
  SENSITIVE = []
  include Aws::Structure
end