class Aws::ResilienceHub::Types::ListRecommendationTemplatesRequest
@note When making an API call, you may pass ListRecommendationTemplatesRequest
data as a hash: { assessment_arn: "Arn", # required max_results: 1, name: "EntityName", next_token: "NextToken", recommendation_template_arn: "Arn", reverse_order: false, status: ["Pending"], # accepts Pending, InProgress, Failed, Success }
@!attribute [rw] assessment_arn
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:`partition`\:dcps:`region`\:`account`\:app-assessment/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS General Reference*. [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html @return [String]
@!attribute [rw] max_results
The maximum number of results to include in the response. If more results exist than the specified `MaxResults` value, a token is included in the response so that the remaining results can be retrieved. @return [Integer]
@!attribute [rw] name
The name for one of the listed recommendation templates. @return [String]
@!attribute [rw] next_token
Null, or the token from a previous call to get the next set of results. @return [String]
@!attribute [rw] recommendation_template_arn
The Amazon Resource Name (ARN) for a recommendation template. @return [String]
@!attribute [rw] reverse_order
The default is to sort by ascending **startTime**. To sort by descending **startTime**, set reverseOrder to `true`. @return [Boolean]
@!attribute [rw] status
The status of the action. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplatesRequest AWS API Documentation
Constants
- SENSITIVE