C# Class Amazon.OpsWorksCM.Model.UpdateServerEngineAttributesRequest

Container for the parameters to the UpdateServerEngineAttributes operation. Updates engine specific attributes on a specified server. Server will enter the MODIFYING state when this operation is in progress. Only one update can take place at a time.

This operation can be use to reset Chef Server main API key (CHEF_PIVOTAL_KEY).

This operation is asynchronous.

This operation can only be called for HEALTHY and UNHEALTHY servers. Otherwise a InvalidStateException is raised. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are invalid.

Inheritance: AmazonOpsWorksCMRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool
IsSetServerName ( ) : bool