class Aws::MigrationHubRefactorSpaces::Types::ListServicesRequest
@note When making an API call, you may pass ListServicesRequest
data as a hash: { application_identifier: "ApplicationId", # required environment_identifier: "EnvironmentId", # required max_results: 1, next_token: "NextToken", }
@!attribute [rw] application_identifier
The ID of the application. @return [String]
@!attribute [rw] environment_identifier
The ID of the environment. @return [String]
@!attribute [rw] max_results
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned `nextToken` value. @return [Integer]
@!attribute [rw] next_token
The token for the next page of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/ListServicesRequest AWS API Documentation
Constants
- SENSITIVE