Method: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesInput#operation_name

Defined in:
lib/aws-sdk-applicationsignals/types.rb

#operation_nameString

The name of the operation that this SLO is associated with.

Returns:

  • (String)


723
724
725
726
727
728
729
730
# File 'lib/aws-sdk-applicationsignals/types.rb', line 723

class ListServiceLevelObjectivesInput < Struct.new(
  :key_attributes,
  :operation_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end