File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
sdk/src/Services/DynamoDBv2/Custom/DataModel Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ partial interface IDynamoDBContext
192192 /// Loads an object from DynamoDB for the given hash-and-range primary key.
193193 /// </summary>
194194 /// <remarks>
195- /// This invokes DynamoDB's GetItem operation, which returns an item with the given primary key.
196-
197195 /// The type must be marked up with <see cref="DynamoDBTableAttribute" /> and at least
198196 /// one public field/property with <see cref="DynamoDBHashKeyAttribute" />.
199197 /// </remarks>
Original file line number Diff line number Diff line change @@ -187,12 +187,7 @@ partial interface IDynamoDBContext
187187 /// <param name="keyObject">A partially-specified instance, where the
188188 /// hash/range properties are equal to the key of the item you
189189 /// want to load.
190- ///
191- /// The type must be marked up with <see cref="DynamoDBTableAttribute" /> and at least
192- /// one public field/property with <see cref="DynamoDBHashKeyAttribute" />.
193- /// </summary>
194- /// <typeparam name="T">Type to populate.</typeparam>
195- /// <param name="keyObject">Key object defining the the target item.</param>
190+ /// </param>
196191 /// <returns>
197192 /// Object of type T, populated with properties of item loaded from DynamoDB.
198193 /// </returns>
You can’t perform that action at this time.
0 commit comments