UpdateServerEngineAttributesRequest
public struct UpdateServerEngineAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the engine attribute to update.
Declaration
Swift
public let attributeName: String -
The value to set for the attribute.
Declaration
Swift
public let attributeValue: String? -
The name of the server to update.
Declaration
Swift
public let serverName: String -
Undocumented
Declaration
Swift
public init(attributeName: String, attributeValue: String? = nil, serverName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateServerEngineAttributesRequest Structure Reference