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

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

#tenant_databaseTypes::TenantDatabase

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



21063
21064
21065
21066
21067
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21063

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