class Aws::CloudDirectory::Types::DeleteObjectRequest

@note When making an API call, you may pass DeleteObjectRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) that is associated with the Directory
where the object resides. For more information, see arns.
@return [String]

@!attribute [rw] object_reference

A reference that identifies the object.
@return [Types::ObjectReference]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DeleteObjectRequest AWS API Documentation

Constants

SENSITIVE