Class: Aws::RDS::Types::ModifyTenantDatabaseResult

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.



19752
19753
19754
19755
19756
# File 'lib/aws-sdk-rds/types.rb', line 19752

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