Class: Aws::OpsWorksCM::Types::EngineAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::EngineAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
A name and value pair that is specific to the engine of the server.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the engine attribute.
-
#value ⇒ String
The value of the engine attribute.
Instance Attribute Details
#name ⇒ String
The name of the engine attribute.
896 897 898 899 900 901 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 896 class EngineAttribute < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value of the engine attribute.
896 897 898 899 900 901 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 896 class EngineAttribute < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |