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

Class: Aws::XRay::Types::GetInsightSummariesRequest

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

Overview

Note:

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

{
  states: ["ACTIVE"], # accepts ACTIVE, CLOSED
  group_arn: "GroupARN",
  group_name: "GroupName",
  start_time: Time.now, # required
  end_time: Time.now, # required
  max_results: 1,
  next_token: "Token",
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end of the time frame in which the insights ended. The end time can\'t be more than 30 days old.

Returns:

  • (Time)

    The end of the time frame in which the insights ended.

#group_arnString

The Amazon Resource Name (ARN) of the group. Required if the GroupName isn\'t provided.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the group.

#group_nameString

The name of the group. Required if the GroupARN isn\'t provided.

Returns:

  • (String)

    The name of the group.

#max_resultsInteger

The maximum number of results to display.

Returns:

  • (Integer)

    The maximum number of results to display.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#start_timeTime

The beginning of the time frame in which the insights started. The start time can\'t be more than 30 days old.

Returns:

  • (Time)

    The beginning of the time frame in which the insights started.

#statesArray<String>

The list of insight states.

Returns:

  • (Array<String>)

    The list of insight states.