class Aws::ElasticBeanstalk::Types::RequestEnvironmentInfoMessage

Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.

@note When making an API call, you may pass RequestEnvironmentInfoMessage

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 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.
@return [String]

@!attribute [rw] environment_name

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.
@return [String]

@!attribute [rw] info_type

The type of information to request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RequestEnvironmentInfoMessage AWS API Documentation

Constants

SENSITIVE