Class: Aws::CloudDirectory::Types::BatchCreateObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a CreateObject response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_identifier ⇒ String
The ID that is associated with the object.
Instance Attribute Details
#object_identifier ⇒ String
The ID that is associated with the object.
597 598 599 600 601 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 597 class BatchCreateObjectResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |