Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::BatchStartRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_entries ⇒ Array<Types::BatchStartRecommendationsErrorEntry>
A list with error details about the analysis of each source database.
Instance Attribute Details
#error_entries ⇒ Array<Types::BatchStartRecommendationsErrorEntry>
A list with error details about the analysis of each source database.
199 200 201 202 203 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 199 class BatchStartRecommendationsResponse < Struct.new( :error_entries) SENSITIVE = [] include Aws::Structure end |