Class: Aws::ApplicationSignals::Types::CreateServiceLevelObjectiveOutput

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 created.



169
170
171
172
173
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 169

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