Skip to content

Commit a1a3c20

Browse files
committed
Fix docs
1 parent fec46b0 commit a1a3c20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/SdkInternalExecutionAttribute.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ public final class SdkInternalExecutionAttribute extends SdkExecutionAttribute {
190190
"ResponseChecksumValidation");
191191

192192
/**
193-
* The response checksum validation setting.
193+
* The token configured from the environment or system properties, used to determine if the BEARER_SERVICE_ENV_VARS
194+
* business metric should be set.
194195
*/
195196
public static final ExecutionAttribute<String> TOKEN_CONFIGURED_FROM_ENV = new ExecutionAttribute<>(
196197
"TokenConfiguredFromEnv");

0 commit comments

Comments
 (0)