class Aws::ElasticBeanstalk::Types::RetrieveEnvironmentInfoMessage
Request to download logs retrieved with RequestEnvironmentInfo.
@note When making an API call, you may pass RetrieveEnvironmentInfoMessage
data as a hash: { environment_id: "EnvironmentId", environment_name: "EnvironmentName", info_type: "tail", # required, accepts tail, bundle }
@!attribute [rw] environment_id
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. @return [String]
@!attribute [rw] environment_name
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. @return [String]
@!attribute [rw] info_type
The type of information to retrieve. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfoMessage AWS API Documentation
Constants
- SENSITIVE