Class: Aws::OpsWorksCM::Types::ExportServerEngineAttributeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ExportServerEngineAttributeResponse
- Defined in:
- gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_attribute ⇒ Types::EngineAttribute
The requested engine attribute pair with attribute name and value.
-
#server_name ⇒ String
The server name used in the request.
Instance Attribute Details
#engine_attribute ⇒ Types::EngineAttribute
The requested engine attribute pair with attribute name and value.
957 958 959 960 961 962 |
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 957 class ExportServerEngineAttributeResponse < Struct.new( :engine_attribute, :server_name) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The server name used in the request.
957 958 959 960 961 962 |
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 957 class ExportServerEngineAttributeResponse < Struct.new( :engine_attribute, :server_name) SENSITIVE = [] include Aws::Structure end |