Class: Aws::ApplicationSignals::Types::UpdateServiceLevelObjectiveOutput

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

#sloTypes::ServiceLevelObjective

A structure that contains information about the SLO that you just updated.



2023
2024
2025
2026
2027
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2023

class UpdateServiceLevelObjectiveOutput < Struct.new(
  :slo)
  SENSITIVE = []
  include Aws::Structure
end