Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectivesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Include this value in your next use of this API to get next set of service level objectives.
-
#slo_summaries ⇒ Array<Types::ServiceLevelObjectiveSummary>
An array of structures, where each structure contains information about one SLO.
Instance Attribute Details
#next_token ⇒ String
Include this value in your next use of this API to get next set of service level objectives.
744 745 746 747 748 749 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 744 class ListServiceLevelObjectivesOutput < Struct.new( :slo_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#slo_summaries ⇒ Array<Types::ServiceLevelObjectiveSummary>
An array of structures, where each structure contains information about one SLO.
744 745 746 747 748 749 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 744 class ListServiceLevelObjectivesOutput < Struct.new( :slo_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |