RestartAppServerMessage
public struct RestartAppServerMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the environment to restart the server for. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
Declaration
Swift
public let environmentId: String? -
The name of the environment to restart the server for. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
Declaration
Swift
public let environmentName: String? -
Undocumented
Declaration
Swift
public init(environmentId: String? = nil, environmentName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RestartAppServerMessage Structure Reference