Class: Aws::CloudDirectory::Types::UpdateObjectAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpdateObjectAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_updates ⇒ Array<Types::ObjectAttributeUpdate>
The attributes update structure.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object.
Instance Attribute Details
#attribute_updates ⇒ Array<Types::ObjectAttributeUpdate>
The attributes update structure.
5343 5344 5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5343 class UpdateObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :attribute_updates) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
5343 5344 5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5343 class UpdateObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :attribute_updates) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object.
5343 5344 5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5343 class UpdateObjectAttributesRequest < Struct.new( :directory_arn, :object_reference, :attribute_updates) SENSITIVE = [] include Aws::Structure end |