Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsInput

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

#idString

The ID of the SLO to list exclusion windows for.

Returns:

  • (String)


842
843
844
845
846
847
848
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 842

class ListServiceLevelObjectiveExclusionWindowsInput < Struct.new(
  :id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

Returns:

  • (Integer)


842
843
844
845
846
847
848
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 842

class ListServiceLevelObjectiveExclusionWindowsInput < Struct.new(
  :id,
  :max_results,
  :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)


842
843
844
845
846
847
848
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 842

class ListServiceLevelObjectiveExclusionWindowsInput < Struct.new(
  :id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end