Class: Aws::CloudDirectory::Types::UpdateObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpdateObjectAttributesResponse
- 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 updated object.
Instance Attribute Details
#object_identifier ⇒ String
The ObjectIdentifier
of the updated object.
5357 5358 5359 5360 5361 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5357 class UpdateObjectAttributesResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |