Class: Aws::CloudDirectory::Types::AttachToIndexRequest

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

#directory_arnString

The Amazon Resource Name (ARN) of the directory where the object and index exist.

Returns:

  • (String)


185
186
187
188
189
190
191
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 185

class AttachToIndexRequest < Struct.new(
  :directory_arn,
  :index_reference,
  :target_reference)
  SENSITIVE = []
  include Aws::Structure
end

#index_referenceTypes::ObjectReference

A reference to the index that you are attaching the object to.



185
186
187
188
189
190
191
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 185

class AttachToIndexRequest < Struct.new(
  :directory_arn,
  :index_reference,
  :target_reference)
  SENSITIVE = []
  include Aws::Structure
end

#target_referenceTypes::ObjectReference

A reference to the object that you are attaching to the index.



185
186
187
188
189
190
191
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 185

class AttachToIndexRequest < Struct.new(
  :directory_arn,
  :index_reference,
  :target_reference)
  SENSITIVE = []
  include Aws::Structure
end