You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationInsights::Types::ListConfigurationHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListConfigurationHistoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_group_name: "ResourceGroupName",
  start_time: Time.now,
  end_time: Time.now,
  event_status: "INFO", # accepts INFO, WARN, ERROR
  max_results: 1,
  next_token: "PaginationToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the event.

Returns:

  • (Time)

    The end time of the event.

#event_statusString

The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

Possible values:

  • INFO
  • WARN
  • ERROR

Returns:

  • (String)

    The status of the configuration update event.

#max_resultsInteger

The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

Returns:

  • (Integer)

    The maximum number of results returned by ListConfigurationHistory in paginated output.

#next_tokenString

The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

Returns:

  • (String)

    The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter.

#resource_group_nameString

Resource group to which the application belongs.

Returns:

  • (String)

    Resource group to which the application belongs.

#start_timeTime

The start time of the event.

Returns:

  • (Time)

    The start time of the event.