Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#csv_report ⇒ Types::ExportMetadataModelAssessmentResultEntry
The Amazon S3 details for an assessment exported in CSV format.
-
#pdf_report ⇒ Types::ExportMetadataModelAssessmentResultEntry
The Amazon S3 details for an assessment exported in PDF format.
Instance Attribute Details
#csv_report ⇒ Types::ExportMetadataModelAssessmentResultEntry
The Amazon S3 details for an assessment exported in CSV format.
5904 5905 5906 5907 5908 5909 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5904 class ExportMetadataModelAssessmentResponse < Struct.new( :pdf_report, :csv_report) SENSITIVE = [] include Aws::Structure end |
#pdf_report ⇒ Types::ExportMetadataModelAssessmentResultEntry
The Amazon S3 details for an assessment exported in PDF format.
5904 5905 5906 5907 5908 5909 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5904 class ExportMetadataModelAssessmentResponse < Struct.new( :pdf_report, :csv_report) SENSITIVE = [] include Aws::Structure end |