Class: Aws::CloudDirectory::Types::CreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateIndexResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
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.
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 |