You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::GetObjectInformationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetObjectInformationRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

The consistency level at which to retrieve the object information.

Possible values:

  • SERIALIZABLE
  • EVENTUAL

Returns:

  • (String)

    The consistency level at which to retrieve the object information.

#directory_arnString

The ARN of the directory being retrieved.

Returns:

  • (String)

    The ARN of the directory being retrieved.

#object_referenceTypes::ObjectReference

A reference to the object.

Returns: