Class: Aws::ApplicationSignals::Types::ServiceLevelObjectiveEntity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#slo_arnString

The Amazon Resource Name (ARN) of the Service Level Objective.

Returns:

  • (String)


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_nameString

The name of the Service Level Objective.

Returns:

  • (String)


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