class Aws::MigrationHubStrategyRecommendations::Types::StartRecommendationReportGenerationRequest

@note When making an API call, you may pass StartRecommendationReportGenerationRequest

data as a hash:

    {
      group_id_filter: [
        {
          name: "ExternalId", # accepts ExternalId
          value: "String",
        },
      ],
      output_format: "Excel", # accepts Excel, Json
    }

@!attribute [rw] group_id_filter

Groups the resources in the recommendation report with a unique
name.
@return [Array<Types::Group>]

@!attribute [rw] output_format

The output format for the recommendation report file. The default
format is Microsoft Excel.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/StartRecommendationReportGenerationRequest AWS API Documentation

Constants

SENSITIVE