class Aws::XRay::Types::GetServiceGraphRequest

@note When making an API call, you may pass GetServiceGraphRequest

data as a hash:

    {
      start_time: Time.now, # required
      end_time: Time.now, # required
      group_name: "GroupName",
      group_arn: "GroupARN",
      next_token: "String",
    }

@!attribute [rw] start_time

The start of the time frame for which to generate a graph.
@return [Time]

@!attribute [rw] end_time

The end of the timeframe for which to generate a graph.
@return [Time]

@!attribute [rw] group_name

The name of a group based on which you want to generate a graph.
@return [String]

@!attribute [rw] group_arn

The Amazon Resource Name (ARN) of a group based on which you want to
generate a graph.
@return [String]

@!attribute [rw] next_token

Pagination token.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetServiceGraphRequest AWS API Documentation

Constants

SENSITIVE