Class: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Include this value in your next use of this API to get next set of service level objectives.

Returns:

  • (String)


691
692
693
694
695
696
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 691

class ListServiceLevelObjectivesOutput < Struct.new(
  :slo_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#slo_summariesArray<Types::ServiceLevelObjectiveSummary>

An array of structures, where each structure contains information about one SLO.



691
692
693
694
695
696
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 691

class ListServiceLevelObjectivesOutput < Struct.new(
  :slo_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end