class Aws::DevOpsGuru::Types::ListEventsRequest

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

data as a hash:

    {
      filters: { # required
        insight_id: "InsightId",
        event_time_range: {
          from_time: Time.now, # required
          to_time: Time.now, # required
        },
        event_class: "INFRASTRUCTURE", # accepts INFRASTRUCTURE, DEPLOYMENT, SECURITY_CHANGE, CONFIG_CHANGE, SCHEMA_CHANGE
        event_source: "EventSource",
        data_source: "AWS_CLOUD_TRAIL", # accepts AWS_CLOUD_TRAIL, AWS_CODE_DEPLOY
        resource_collection: {
          cloud_formation: {
            stack_names: ["StackName"],
          },
        },
      },
      max_results: 1,
      next_token: "UuidNextToken",
    }

@!attribute [rw] filters

A `ListEventsFilters` object used to specify which events to return.
@return [Types::ListEventsFilters]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve the remaining results, make another call with the returned
`nextToken` value.
@return [Integer]

@!attribute [rw] next_token

The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListEventsRequest AWS API Documentation

Constants

SENSITIVE