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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the engine attribute to update.

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
1502
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1496

class UpdateServerEngineAttributesRequest < Struct.new(
  :server_name,
  :attribute_name,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueString

The value to set for the attribute.

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
1502
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1496

class UpdateServerEngineAttributesRequest < Struct.new(
  :server_name,
  :attribute_name,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the server to update.

Returns:

  • (String)


1496
1497
1498
1499
1500
1501
1502
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1496

class UpdateServerEngineAttributesRequest < Struct.new(
  :server_name,
  :attribute_name,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end