You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorksCM::Types::UpdateServerEngineAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateServerEngineAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the engine attribute to update.

Returns:

  • (String)

    The name of the engine attribute to update.

#attribute_valueString

The value to set for the attribute.

Returns:

  • (String)

    The value to set for the attribute.

#server_nameString

The name of the server to update.

Returns:

  • (String)

    The name of the server to update.