Class: Aws::CloudDirectory::Types::CreateIndexResponse

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

#object_identifierString

The ObjectIdentifier of the index created by this operation.

Returns:

  • (String)


2223
2224
2225
2226
2227
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2223

class CreateIndexResponse < Struct.new(
  :object_identifier)
  SENSITIVE = []
  include Aws::Structure
end