Class: Aws::CloudDirectory::Types::BatchCreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateIndexResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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.
802 803 804 805 806 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 802 class BatchCreateIndexResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |