Class: Aws::ApplicationSignals::Types::DeleteServiceLevelObjectiveInput

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 service level objective to delete.

Returns:

  • (String)


229
230
231
232
233
# File 'lib/aws-sdk-applicationsignals/types.rb', line 229

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