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)


1637
1638
1639
1640
1641
1642
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1637

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.



1637
1638
1639
1640
1641
1642
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1637

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