Class: Aws::XRay::Types::GetSamplingStatisticSummariesRequest

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 GetSamplingStatisticSummariesRequest data as a hash:

{
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


747
748
749
750
# File 'lib/aws-sdk-xray/types.rb', line 747

class GetSamplingStatisticSummariesRequest < Struct.new(
  :next_token)
  include Aws::Structure
end