Class: Aws::Glue::Types::GetCatalogImportStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_statusTypes::CatalogImportStatus

The status of the specified catalog migration.



9073
9074
9075
9076
9077
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9073

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