You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::ListApplicationStatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListApplicationStatesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_ids: ["ApplicationId"],
  next_token: "Token",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_idsArray<String>

The configurationIds from the Application Discovery Service that uniquely identifies your applications.

Returns:

  • (Array<String>)

    The configurationIds from the Application Discovery Service that uniquely identifies your applications.

#max_resultsInteger

Maximum number of results to be returned per page.

Returns:

  • (Integer)

    Maximum number of results to be returned per page.

#next_tokenString

If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

Returns:

  • (String)

    If a NextToken was returned by a previous call, there are more results available.