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
A structure that contains identifying information for a service level objective entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slo_arn ⇒ String
The ARN of the service level objective.
-
#slo_name ⇒ String
The name of the service level objective.
Instance Attribute Details
#slo_arn ⇒ String
The ARN of the service level objective. The SLO must be provided with ARN for cross-account access.
3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3369 class ServiceLevelObjectiveEntity < Struct.new( :slo_name, :slo_arn) SENSITIVE = [] include Aws::Structure end |
#slo_name ⇒ String
The name of the service level objective.
3369 3370 3371 3372 3373 3374 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3369 class ServiceLevelObjectiveEntity < Struct.new( :slo_name, :slo_arn) SENSITIVE = [] include Aws::Structure end |