Class: Aws::CloudDirectory::Types::BatchCreateIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateIndex
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ String
The batch reference name.
-
#is_unique ⇒ Boolean
Indicates whether the attribute that is being indexed has unique values or not.
-
#link_name ⇒ String
The name of the link between the parent object and the index object.
-
#ordered_indexed_attribute_list ⇒ Array<Types::AttributeKey>
Specifies the attributes that should be indexed on.
-
#parent_reference ⇒ Types::ObjectReference
A reference to the parent object that contains the index object.
Instance Attribute Details
#batch_reference_name ⇒ String
The batch reference name. See [Transaction Support] for more information.
[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/transaction_support.html
523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 523 class BatchCreateIndex < Struct.new( :ordered_indexed_attribute_list, :is_unique, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#is_unique ⇒ Boolean
Indicates whether the attribute that is being indexed has unique values or not.
523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 523 class BatchCreateIndex < Struct.new( :ordered_indexed_attribute_list, :is_unique, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#link_name ⇒ String
The name of the link between the parent object and the index object.
523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 523 class BatchCreateIndex < Struct.new( :ordered_indexed_attribute_list, :is_unique, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#ordered_indexed_attribute_list ⇒ Array<Types::AttributeKey>
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 523 class BatchCreateIndex < Struct.new( :ordered_indexed_attribute_list, :is_unique, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |
#parent_reference ⇒ Types::ObjectReference
A reference to the parent object that contains the index object.
523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 523 class BatchCreateIndex < Struct.new( :ordered_indexed_attribute_list, :is_unique, :parent_reference, :link_name, :batch_reference_name) SENSITIVE = [] include Aws::Structure end |