class Aws::AppConfigData::Types::GetLatestConfigurationRequest

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

data as a hash:

    {
      configuration_token: "Token", # required
    }

@!attribute [rw] configuration_token

Token describing the current state of the configuration session. To
obtain a token, first call the StartConfigurationSession API. Note
that every call to `GetLatestConfiguration` will return a new
`ConfigurationToken` (`NextPollConfigurationToken` in the response)
and MUST be provided to subsequent `GetLatestConfiguration` API
calls.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appconfigdata-2021-11-11/GetLatestConfigurationRequest AWS API Documentation

Constants

SENSITIVE