Class: Aws::ApplicationSignals::Types::GetServiceLevelObjectiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::GetServiceLevelObjectiveOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slo ⇒ Types::ServiceLevelObjective
A structure containing the information about the SLO.
Instance Attribute Details
#slo ⇒ Types::ServiceLevelObjective
A structure containing the information about the SLO.
1579 1580 1581 1582 1583 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1579 class GetServiceLevelObjectiveOutput < Struct.new( :slo) SENSITIVE = [] include Aws::Structure end |