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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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.



10068
10069
10070
10071
10072
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10068

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