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

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

#csv_reportTypes::ExportMetadataModelAssessmentResultEntry

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



5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5984

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.



5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5984

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