class Aws::ElasticBeanstalk::Types::DescribeEventsMessage

Request to retrieve a list of events for an environment.

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

data as a hash:

    {
      application_name: "ApplicationName",
      version_label: "VersionLabel",
      template_name: "ConfigurationTemplateName",
      environment_id: "EnvironmentId",
      environment_name: "EnvironmentName",
      platform_arn: "PlatformArn",
      request_id: "RequestId",
      severity: "TRACE", # accepts TRACE, DEBUG, INFO, WARN, ERROR, FATAL
      start_time: Time.now,
      end_time: Time.now,
      max_records: 1,
      next_token: "Token",
    }

@!attribute [rw] application_name

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to include only those associated with this application.
@return [String]

@!attribute [rw] version_label

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those associated with this application version.
@return [String]

@!attribute [rw] template_name

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those that are associated with this environment
configuration.
@return [String]

@!attribute [rw] environment_id

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those associated with this environment.
@return [String]

@!attribute [rw] environment_name

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those associated with this environment.
@return [String]

@!attribute [rw] platform_arn

The ARN of a custom platform version. If specified, AWS Elastic
Beanstalk restricts the returned descriptions to those associated
with this custom platform version.
@return [String]

@!attribute [rw] request_id

If specified, AWS Elastic Beanstalk restricts the described events
to include only those associated with this request ID.
@return [String]

@!attribute [rw] severity

If specified, limits the events returned from this call to include
only those with the specified severity or higher.
@return [String]

@!attribute [rw] start_time

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those that occur on or after this time.
@return [Time]

@!attribute [rw] end_time

If specified, AWS Elastic Beanstalk restricts the returned
descriptions to those that occur up to, but not including, the
`EndTime`.
@return [Time]

@!attribute [rw] max_records

Specifies the maximum number of events that can be returned,
beginning with the most recent event.
@return [Integer]

@!attribute [rw] next_token

Pagination token. If specified, the events return the next batch of
results.
@return [String]

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

Constants

SENSITIVE