Class: Aws::ApplicationSignals::Types::ListServiceDependentsOutput

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)


572
573
574
575
576
577
578
579
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 572

class ListServiceDependentsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_dependents,
  :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 dependents.

Returns:

  • (String)


572
573
574
575
576
577
578
579
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 572

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

#service_dependentsArray<Types::ServiceDependent>

An array, where each object in the array contains information about one of the dependents of this service.

Returns:



572
573
574
575
576
577
578
579
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 572

class ListServiceDependentsOutput < Struct.new(
  :start_time,
  :end_time,
  :service_dependents,
  :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)


572
573
574
575
576
577
578
579
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 572

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