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
- Struct
- Aws::ApplicationInsights::Types::ListConfigurationHistoryRequest
- Defined in:
- (unknown)
Overview
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
-
#end_time ⇒ Time
The end time of the event.
-
#event_status ⇒ String
The status of the configuration update event.
-
#max_results ⇒ Integer
The maximum number of results returned by
ListConfigurationHistoryin paginated output. -
#next_token ⇒ String
The
NextTokenvalue returned from a previous paginatedListConfigurationHistoryrequest whereMaxResultswas used and the results exceeded the value of that parameter. -
#resource_group_name ⇒ String
Resource group to which the application belongs.
-
#start_time ⇒ Time
The start time of the event.
Instance Attribute Details
#end_time ⇒ Time
The end time of the event.
#event_status ⇒ String
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
Possible values:
- INFO
- WARN
- ERROR
#max_results ⇒ Integer
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.
#next_token ⇒ String
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.
#resource_group_name ⇒ String
Resource group to which the application belongs.
#start_time ⇒ Time
The start time of the event.