Class: Aws::XRay::Types::GetServiceGraphRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

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",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

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

Returns:

  • (Time)


1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-xray/types.rb', line 1277

class GetServiceGraphRequest < Struct.new(
  :start_time,
  :end_time,
  :group_name,
  :group_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_arnString

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

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-xray/types.rb', line 1277

class GetServiceGraphRequest < Struct.new(
  :start_time,
  :end_time,
  :group_name,
  :group_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

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

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-xray/types.rb', line 1277

class GetServiceGraphRequest < Struct.new(
  :start_time,
  :end_time,
  :group_name,
  :group_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-xray/types.rb', line 1277

class GetServiceGraphRequest < Struct.new(
  :start_time,
  :end_time,
  :group_name,
  :group_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-xray/types.rb', line 1277

class GetServiceGraphRequest < Struct.new(
  :start_time,
  :end_time,
  :group_name,
  :group_arn,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end