Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResponse

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

#csv_reportTypes::ExportMetadataModelAssessmentResultEntry

The Amazon S3 details for an assessment exported in CSV format.



5563
5564
5565
5566
5567
5568
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5563

class ExportMetadataModelAssessmentResponse < Struct.new(
  :pdf_report,
  :csv_report)
  SENSITIVE = []
  include Aws::Structure
end

#pdf_reportTypes::ExportMetadataModelAssessmentResultEntry

The Amazon S3 details for an assessment exported in PDF format.



5563
5564
5565
5566
5567
5568
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5563

class ExportMetadataModelAssessmentResponse < Struct.new(
  :pdf_report,
  :csv_report)
  SENSITIVE = []
  include Aws::Structure
end