Class: Aws::XRay::Types::GetIndexingRulesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexing_rulesArray<Types::IndexingRule>

Retrieves all indexing rules.

Returns:



840
841
842
843
844
845
# File 'lib/aws-sdk-xray/types.rb', line 840

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

#next_tokenString

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

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-xray/types.rb', line 840

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