Class: Aws::ApplicationSignals::Types::ListServiceDependentsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceDependentsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time period that the returned information applies to.
-
#next_token ⇒ String
Include this value in your next use of this API to get next set of service dependents.
-
#service_dependents ⇒ Array<Types::ServiceDependent>
An array, where each object in the array contains information about one of the dependents of this service.
-
#start_time ⇒ Time
The start of the time period that the returned information applies to.
Instance Attribute Details
#end_time ⇒ Time
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.
1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1490 class ListServiceDependentsOutput < Struct.new( :start_time, :end_time, :service_dependents, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value in your next use of this API to get next set of service dependents.
1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1490 class ListServiceDependentsOutput < Struct.new( :start_time, :end_time, :service_dependents, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_dependents ⇒ Array<Types::ServiceDependent>
An array, where each object in the array contains information about one of the dependents of this service.
1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1490 class ListServiceDependentsOutput < Struct.new( :start_time, :end_time, :service_dependents, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
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.
1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1490 class ListServiceDependentsOutput < Struct.new( :start_time, :end_time, :service_dependents, :next_token) SENSITIVE = [] include Aws::Structure end |