Class: Aws::DevOpsGuru::Types::ListAnomaliesForInsightRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListAnomaliesForInsightFilters

Specifies one or more service names that are used to list anomalies.



1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#insight_idString

The ID of the insight. The returned anomalies belong to this insight.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#start_time_rangeTypes::StartTimeRange

A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.



1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1603

class ListAnomaliesForInsightRequest < Struct.new(
  :insight_id,
  :start_time_range,
  :max_results,
  :next_token,
  :account_id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end