Class: Aws::ApplicationSignals::Types::ListServiceOperationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Returns:

  • (Time)


732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 732

class ListServiceOperationsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Include this value in your next use of this API to get next set of service operations.

Returns:

  • (String)


732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 732

class ListServiceOperationsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_operationsArray<Types::ServiceOperation>

An array of structures that each contain information about one operation of this service.

Returns:



732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 732

class ListServiceOperationsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Returns:

  • (Time)


732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 732

class ListServiceOperationsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end