Class: Aws::DatabaseMigrationService::Types::DescribeRefreshSchemasStatusResponse

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 schema.



4121
4122
4123
4124
4125
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4121

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