RequestEnvironmentInfoMessage
public struct RequestEnvironmentInfoMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the environment of the requested data. If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error. 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 of the requested data. If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error. 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?
-
The type of information to request.
Declaration
Swift
public let infoType: EnvironmentInfoType
-
Undocumented
Declaration
Swift
public init(environmentId: String? = nil, environmentName: String? = nil, infoType: EnvironmentInfoType)
-
Declaration
Swift
public func validate(name: String) throws