Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceLevelObjectiveEntity
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Represents a Service Level Objective (SLO) entity that can be audited for compliance and performance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slo_arn ⇒ String
The Amazon Resource Name (ARN) of the Service Level Objective.
-
#slo_name ⇒ String
The name of the Service Level Objective.
Instance Attribute Details
#slo_arn ⇒ String
The Amazon Resource Name (ARN) of the Service Level Objective.
3154 3155 3156 3157 3158 3159 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3154 class ServiceLevelObjectiveEntity < Struct.new( :slo_name, :slo_arn) SENSITIVE = [] include Aws::Structure end |
#slo_name ⇒ String
The name of the Service Level Objective.
3154 3155 3156 3157 3158 3159 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3154 class ServiceLevelObjectiveEntity < Struct.new( :slo_name, :slo_arn) SENSITIVE = [] include Aws::Structure end |