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

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

Instance Attribute Details

#slo_arnString

The ARN of the service level objective. The SLO must be provided with ARN for cross-account access.

Returns:

  • (String)


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_nameString

The name of the service level objective.

Returns:

  • (String)


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