class Aws::AppConfig::Types::ListHostedConfigurationVersionsRequest

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

data as a hash:

    {
      application_id: "Id", # required
      configuration_profile_id: "Id", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] configuration_profile_id

The configuration profile ID.
@return [String]

@!attribute [rw] max_results

The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
@return [Integer]

@!attribute [rw] next_token

A token to start the list. Use this token to get the next set of
results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListHostedConfigurationVersionsRequest AWS API Documentation

Constants

SENSITIVE