Class: Aws::DatabaseMigrationService::Types::DescribeRefreshSchemasStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeRefreshSchemasStatusResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#refresh_schemas_status ⇒ Types::RefreshSchemasStatus
The status of the schema.
Instance Attribute Details
#refresh_schemas_status ⇒ Types::RefreshSchemasStatus
The status of the schema.
2780 2781 2782 2783 2784 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2780 class DescribeRefreshSchemasStatusResponse < Struct.new( :refresh_schemas_status) SENSITIVE = [] include Aws::Structure end |