class Aws::ResilienceHub::Types::ListAppVersionResourcesRequest
@note When making an API call, you may pass ListAppVersionResourcesRequest
data as a hash: { app_arn: "Arn", # required app_version: "EntityVersion", # required max_results: 1, next_token: "NextToken", resolution_id: "String255", }
@!attribute [rw] app_arn
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:`partition`\:dcps:`region`\:`account`\:app/`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] app_version
The version of the application. @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] next_token
Null, or the token from a previous call to get the next set of results. @return [String]
@!attribute [rw] resolution_id
The identifier for a specific resolution. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResourcesRequest AWS API Documentation
Constants
- SENSITIVE