Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsOutput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusion_windows ⇒ Array<Types::ExclusionWindow>
A list of exclusion windows configured for the SLO.
-
#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
#exclusion_windows ⇒ Array<Types::ExclusionWindow>
A list of exclusion windows configured for the SLO.
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_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
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 |