Class: Aws::DatabaseMigrationService::Types::CancelMetadataModelCreationMessage

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

#migration_project_identifierString

The migration project name or Amazon Resource Name (ARN).

Returns:

  • (String)


248
249
250
251
252
253
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 248

class CancelMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :request_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#request_identifierString

The identifier for the metadata model creation operation to cancel. This operation was initiated by StartMetadataModelCreation.

Returns:

  • (String)


248
249
250
251
252
253
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 248

class CancelMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :request_identifier)
  SENSITIVE = []
  include Aws::Structure
end