Class: Aws::CloudDirectory::Types::ListAttachedIndicesRequest

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 use for this operation.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3498

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

#directory_arnString

The ARN of the directory.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3498

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

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


3498
3499
3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3498

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3498

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

#target_referenceTypes::ObjectReference

A reference to the object that has indices attached.



3498
3499
3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3498

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