Class: Aws::DatabaseMigrationService::Types::RefreshSchemasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_schemas_statusTypes::RefreshSchemasStatus

The status of the refreshed schema.



10484
10485
10486
10487
10488
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10484

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