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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_summariesArray<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