Class: Aws::ApplicationSignals::Types::GetServiceLevelObjectiveInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ARN or name of the SLO that you want to retrieve information about. You can find the ARNs of SLOs by using the

ListServiceLevelObjectives][1

operation.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListServiceLevelObjectives.html

Returns:

  • (String)


334
335
336
337
338
# File 'lib/aws-sdk-applicationsignals/types.rb', line 334

class GetServiceLevelObjectiveInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end