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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1534
1535
1536
1537
1538
1539
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1534

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)


1534
1535
1536
1537
1538
1539
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1534

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