canMakeRequests property

bool get canMakeRequests

Check if this session can be used for AWS operations

Implementation

bool get canMakeRequests {
  return isValid && !awsCredentials.isExpired;
}