Class: Aws::XRay::Types::GetSamplingRulesRequest

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

{
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


713
714
715
716
# File 'lib/aws-sdk-xray/types.rb', line 713

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