Class: Aws::CloudDirectory::Types::BatchUpdateObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchUpdateObjectAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ‘BatchUpdate` response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_identifier ⇒ String
ID that is associated with the object.
Instance Attribute Details
#object_identifier ⇒ String
ID that is associated with the object.
1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1800 class BatchUpdateObjectAttributesResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |