Class: Aws::ApplicationSignals::Types::GetServiceLevelObjectiveOutput

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 containing the information about the SLO.



294
295
296
297
298
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 294

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