Class: Aws::CloudDirectory::Types::ListIndexRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

The consistency level to execute the request at.

Returns:

  • (String)


3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#directory_arnString

The ARN of the directory that the index exists in.

Returns:

  • (String)


3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#index_referenceTypes::ObjectReference

The reference to the index to list.



3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

Returns:

  • (Integer)


3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#ranges_on_indexed_valuesArray<Types::ObjectAttributeRange>

Specifies the ranges of indexed values that you want to query.

Returns:



3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3781

class ListIndexRequest < Struct.new(
  :directory_arn,
  :ranges_on_indexed_values,
  :index_reference,
  :max_results,
  :next_token,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end