Class: Aws::XRay::Types::GetIndexingRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetIndexingRulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
823 824 825 826 827 |
# File 'lib/aws-sdk-xray/types.rb', line 823 class GetIndexingRulesRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |