Class: Aws::ApplicationSignals::Types::UpdateServiceLevelObjectiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::UpdateServiceLevelObjectiveOutput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slo ⇒ Types::ServiceLevelObjective
A structure that contains information about the SLO that you just updated.
Instance Attribute Details
#slo ⇒ Types::ServiceLevelObjective
A structure that contains information about the SLO that you just updated.
2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2508 class UpdateServiceLevelObjectiveOutput < Struct.new( :slo) SENSITIVE = [] include Aws::Structure end |