Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectiveExclusionWindowsOutput
- Includes:
- Structure
- Defined in:
- 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.
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_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
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 |