Class: Aws::CloudDirectory::Types::BatchCreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateIndexResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a CreateIndex response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_identifier ⇒ String
The ‘ObjectIdentifier` of the index created by this operation.
Instance Attribute Details
#object_identifier ⇒ String
The ‘ObjectIdentifier` of the index created by this operation.
541 542 543 544 545 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 541 class BatchCreateIndexResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |