Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceLevelObjectivesOutput
- Defined in:
- gems/aws-sdk-applicationsignals/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.
707 708 709 710 711 712 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 707 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.
707 708 709 710 711 712 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 707 class ListServiceLevelObjectivesOutput < Struct.new( :slo_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |