Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsInput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the SLO to list exclusion windows for.
-
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
Instance Attribute Details
#id ⇒ String
The ID of the SLO to list exclusion windows for.
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_results ⇒ Integer
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
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_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
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 |