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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#end_timeTime

The end of the timeframe for which to generate a graph.

Returns:

  • (Time)

    The end of the timeframe for which to generate a graph.

#group_arnString

The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.

#group_nameString

The name of a group based on which you want to generate a graph.

Returns:

  • (String)

    The name of a group based on which you want to generate a graph.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#start_timeTime

The start of the time frame for which to generate a graph.

Returns:

  • (Time)

    The start of the time frame for which to generate a graph.