Class: Aws::OpsWorksCM::Types::ExportServerEngineAttributeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_attributeTypes::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_nameString

The server name used in the request.

Returns:

  • (String)


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