Click or drag to resize

AWSOperationResponseDescriptor Class

Response descriptor for operation of AWS services. The difference between response descriptor and parameter is descriptor represents attribute with List type, and only the count of the list get collected.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Handlers.AwsSdk.EntitiesAWSOperationResponseDescriptor

Namespace:  Amazon.XRay.Recorder.Handlers.AwsSdk.Entities
Assembly:  AWSXRayRecorder.Handlers.AwsSdk (in AWSXRayRecorder.Handlers.AwsSdk.dll) Version: 2.12.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class AWSOperationResponseDescriptor

The AWSOperationResponseDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodAWSOperationResponseDescriptor
Initializes a new instance of the AWSOperationResponseDescriptor class
Top
Properties
  NameDescription
Public propertyGetCount
Gets or sets a value indicating whether the count of the list should be get
Public propertyGetKeys
Gets or sets a value indicating whether the key should be get
Public propertyList
Gets or sets a value indicating whether the filed is a list
Public propertyMap
Gets or sets a value indicating whether the filed is a map
Public propertyRenameTo
Gets or sets the new name for the field
Top
See Also