Class: Aws::CloudDirectory::Types::BatchCreateIndexResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#object_identifierString

The ‘ObjectIdentifier` of the index created by this operation.

Returns:

  • (String)


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