class Aws::SMS::Types::ListAppsRequest

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

data as a hash:

    {
      app_ids: ["AppId"],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] app_ids

The unique application IDs.
@return [Array<String>]

@!attribute [rw] next_token

The token for the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call. The
default value is 100. To retrieve the remaining results, make
another call with the returned `NextToken` value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/ListAppsRequest AWS API Documentation

Constants

SENSITIVE