You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::GetServiceGraphRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetServiceGraphRequest
- Defined in:
- (unknown)
Overview
When passing GetServiceGraphRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
start_time: Time.now, # required
end_time: Time.now, # required
group_name: "GroupName",
group_arn: "GroupARN",
next_token: "String",
}
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the timeframe for which to generate a graph.
-
#group_arn ⇒ String
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
-
#group_name ⇒ String
The name of a group based on which you want to generate a graph.
-
#next_token ⇒ String
Pagination token.
-
#start_time ⇒ Time
The start of the time frame for which to generate a graph.
Instance Attribute Details
#end_time ⇒ Time
The end of the timeframe for which to generate a graph.
#group_arn ⇒ String
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
#group_name ⇒ String
The name of a group based on which you want to generate a graph.
#next_token ⇒ String
Pagination token.
#start_time ⇒ Time
The start of the time frame for which to generate a graph.