AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the GetLatestConfiguration operation.
Namespace: Amazon.AppConfigData.Model
Assembly: AWSSDK.AppConfigData.dll
Version: 3.x.y.z
public class GetLatestConfigurationResponse : AmazonWebServiceResponse
The GetLatestConfigurationResponse type exposes the following members
Name | Description | |
---|---|---|
GetLatestConfigurationResponse() |
Name | Type | Description | |
---|---|---|---|
Configuration | System.IO.MemoryStream |
Gets and sets the property Configuration. The data of the configuration. This may be empty if the client already has the latest version of configuration. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ContentType | System.String |
Gets and sets the property ContentType. A standard MIME type describing the format of the configuration content. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
NextPollConfigurationToken | System.String |
Gets and sets the property NextPollConfigurationToken.
The latest token describing the current state of the configuration session. This must
be provided to the next call to
This token should only be used once. To support long poll use cases, the token is
valid for up to 24 hours. If a |
|
NextPollIntervalInSeconds | System.Int32 |
Gets and sets the property NextPollIntervalInSeconds.
The amount of time the client should wait before polling for configuration updates
again. Use |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
VersionLabel | System.String |
Gets and sets the property VersionLabel. The user-defined label for the AppConfig hosted configuration version. This attribute doesn't apply if the configuration is not from an AppConfig hosted configuration version. If the client already has the latest version of the configuration data, this value is empty. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5