Class: Aws::CloudDirectory::Types::BatchCreateObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchCreateObjectResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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.
891 892 893 894 895 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 891 class BatchCreateObjectResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |