java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.ResultField
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResultField.Builder,ResultField>

@Generated("software.amazon.awssdk:codegen") public final class ResultField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultField.Builder,ResultField>

Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.

For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.

See Also: