Class: Aws::ApplicationSignals::Types::ListServicesOutput

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

#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`

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Returns:

  • (Time)


929
930
931
932
933
934
935
936
# File 'lib/aws-sdk-applicationsignals/types.rb', line 929

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

#next_tokenString

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

Returns:

  • (String)


929
930
931
932
933
934
935
936
# File 'lib/aws-sdk-applicationsignals/types.rb', line 929

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

#service_summariesArray<Types::ServiceSummary>

An array of structures, where each structure contains some information about a service. To get complete information about a service, use [GetService].

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

Returns:



929
930
931
932
933
934
935
936
# File 'lib/aws-sdk-applicationsignals/types.rb', line 929

class ListServicesOutput < Struct.new(
  :start_time,
  :end_time,
  :service_summaries,
  :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`

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Returns:

  • (Time)


929
930
931
932
933
934
935
936
# File 'lib/aws-sdk-applicationsignals/types.rb', line 929

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