Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exclusion_windowsArray<Types::ExclusionWindow>

A list of exclusion windows configured for the SLO.

Returns:



861
862
863
864
865
866
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 861

class ListServiceLevelObjectiveExclusionWindowsOutput < Struct.new(
  :exclusion_windows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Include this value, if it was returned by the previous operation, to get the next set of service level objectives.

Returns:

  • (String)


861
862
863
864
865
866
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 861

class ListServiceLevelObjectiveExclusionWindowsOutput < Struct.new(
  :exclusion_windows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end