ExportServerEngineAttributeResponse
public struct ExportServerEngineAttributeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The requested engine attribute pair with attribute name and value.
Declaration
Swift
public let engineAttribute: EngineAttribute?
-
The server name used in the request.
Declaration
Swift
public let serverName: String?
-
Undocumented
Declaration
Swift
public init(engineAttribute: EngineAttribute? = nil, serverName: String? = nil)