Class: Aws::ApplicationSignals::Types::ListServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServicesOutput
- Defined in:
- gems/aws-sdk-applicationsignals/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 services.
-
#service_summaries ⇒ Array<Types::ServiceSummary>
An array of structures, where each structure contains some information about a 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.
1160 1161 1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1160 class ListServicesOutput < Struct.new( :start_time, :end_time, :service_summaries, :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 services.
1160 1161 1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1160 class ListServicesOutput < Struct.new( :start_time, :end_time, :service_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_summaries ⇒ Array<Types::ServiceSummary>
An array of structures, where each structure contains some information about a service. To get complete information about a service, use GetService.
1160 1161 1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1160 class ListServicesOutput < Struct.new( :start_time, :end_time, :service_summaries, :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.
1160 1161 1162 1163 1164 1165 1166 1167 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1160 class ListServicesOutput < Struct.new( :start_time, :end_time, :service_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |