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.
6258 6259 6260 6261 6262 6263 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6258 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.
6258 6259 6260 6261 6262 6263 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6258 class ExportMetadataModelAssessmentResponse < Struct.new( :pdf_report, :csv_report) SENSITIVE = [] include Aws::Structure end |