Class: Aws::ApplicationSignals::Types::ExclusionWindow

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

The core SLO time window exclusion object that includes Window, StartTime, RecurrenceRule, and Reason.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A description explaining why this time period should be excluded from SLO calculations.



738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-applicationsignals/types.rb', line 738

class ExclusionWindow < Struct.new(
  :window,
  :start_time,
  :recurrence_rule,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#recurrence_ruleTypes::RecurrenceRule

The recurrence rule for the SLO time window exclusion. Supports both cron and rate expressions.



738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-applicationsignals/types.rb', line 738

class ExclusionWindow < Struct.new(
  :window,
  :start_time,
  :recurrence_rule,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the SLO time window exclusion. Defaults to current time if not specified.



738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-applicationsignals/types.rb', line 738

class ExclusionWindow < Struct.new(
  :window,
  :start_time,
  :recurrence_rule,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#windowTypes::Window

The SLO time window exclusion .



738
739
740
741
742
743
744
745
# File 'lib/aws-sdk-applicationsignals/types.rb', line 738

class ExclusionWindow < Struct.new(
  :window,
  :start_time,
  :recurrence_rule,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end