Class: Aws::XRay::Types::GetServiceGraphResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetServiceGraphResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contains_old_group_versions ⇒ Boolean
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
-
#end_time ⇒ Time
The end of the time frame for which the graph was generated.
-
#next_token ⇒ String
Pagination token.
-
#services ⇒ Array<Types::Service>
The services that have processed a traced request during the specified time frame.
-
#start_time ⇒ Time
The start of the time frame for which the graph was generated.
Instance Attribute Details
#contains_old_group_versions ⇒ Boolean
A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1312 class GetServiceGraphResult < Struct.new( :start_time, :end_time, :services, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end of the time frame for which the graph was generated.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1312 class GetServiceGraphResult < Struct.new( :start_time, :end_time, :services, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1312 class GetServiceGraphResult < Struct.new( :start_time, :end_time, :services, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<Types::Service>
The services that have processed a traced request during the specified time frame.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1312 class GetServiceGraphResult < Struct.new( :start_time, :end_time, :services, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time frame for which the graph was generated.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1312 class GetServiceGraphResult < Struct.new( :start_time, :end_time, :services, :contains_old_group_versions, :next_token) SENSITIVE = [] include Aws::Structure end |