RetrieveEnvironmentInfoMessage

public struct RetrieveEnvironmentInfoMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the data’s environment. If no such environment is found, 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 data’s environment. If no such environment is found, 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 retrieve.

    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