Class: Aws::CloudDirectory::Types::BatchUpdateObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchUpdateObjectAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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.
2944 2945 2946 2947 2948 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2944 class BatchUpdateObjectAttributesResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |