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)


1171
1172
1173
1174
1175
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1171

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