Class: Aws::DatabaseMigrationService::Types::ExportMetadataModelAssessmentResultEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#object_urlString

The URL for the object containing the exported metadata model assessment.

Returns:

  • (String)


5584
5585
5586
5587
5588
5589
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5584

class ExportMetadataModelAssessmentResultEntry < Struct.new(
  :s3_object_key,
  :object_url)
  SENSITIVE = []
  include Aws::Structure
end

#s3_object_keyString

The object key for the object containing the exported metadata model assessment.

Returns:

  • (String)


5584
5585
5586
5587
5588
5589
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5584

class ExportMetadataModelAssessmentResultEntry < Struct.new(
  :s3_object_key,
  :object_url)
  SENSITIVE = []
  include Aws::Structure
end