class Aws::OpsWorksCM::Types::UpdateServerEngineAttributesRequest

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

data as a hash:

    {
      server_name: "ServerName", # required
      attribute_name: "AttributeName", # required
      attribute_value: "AttributeValue",
    }

@!attribute [rw] server_name

The name of the server to update.
@return [String]

@!attribute [rw] attribute_name

The name of the engine attribute to update.
@return [String]

@!attribute [rw] attribute_value

The value to set for the attribute.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/UpdateServerEngineAttributesRequest AWS API Documentation

Constants

SENSITIVE