class Aws::CloudDirectory::Types::GetObjectInformationRequest

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

data as a hash:

    {
      directory_arn: "Arn", # required
      object_reference: { # required
        selector: "SelectorObjectReference",
      },
      consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
    }

@!attribute [rw] directory_arn

The ARN of the directory being retrieved.
@return [String]

@!attribute [rw] object_reference

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

@!attribute [rw] consistency_level

The consistency level at which to retrieve the object information.
@return [String]

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

Constants

SENSITIVE