Class: Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_identifierString

The identifier for the assessment operation.

Returns:

  • (String)


12402
12403
12404
12405
12406
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12402

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