Class: Aws::OpsWorksCM::Types::UpdateServerEngineAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::UpdateServerEngineAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the engine attribute to update.
-
#attribute_value ⇒ String
The value to set for the attribute.
-
#server_name ⇒ String
The name of the server to update.
Instance Attribute Details
#attribute_name ⇒ String
The name of the engine attribute to update.
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_value ⇒ String
The value to set for the attribute.
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_name ⇒ String
The name of the server to update.
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 |