Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResultEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResultEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about an exported metadata model assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_url ⇒ String
The URL for the object containing the exported metadata model assessment.
-
#s3_object_key ⇒ String
The object key for the object containing the exported metadata model assessment.
Instance Attribute Details
#object_url ⇒ String
The URL for the object containing the exported metadata model assessment.
5925 5926 5927 5928 5929 5930 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5925 class ExportMetadataModelAssessmentResultEntry < Struct.new( :s3_object_key, :object_url) SENSITIVE = [] include Aws::Structure end |
#s3_object_key ⇒ String
The object key for the object containing the exported metadata model assessment.
5925 5926 5927 5928 5929 5930 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5925 class ExportMetadataModelAssessmentResultEntry < Struct.new( :s3_object_key, :object_url) SENSITIVE = [] include Aws::Structure end |