Class: Aws::XRay::Types::GetIndexingRulesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Specify the pagination token returned by a previous request to retrieve the next page of indexes.

Returns:

  • (String)


823
824
825
826
827
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 823

class GetIndexingRulesRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end