Amazon.SecurityToken.Model.Credentials.IsSetSecretAccessKey C# (CSharp) Method

IsSetSecretAccessKey() private method

private IsSetSecretAccessKey ( ) : bool
return bool
        internal bool IsSetSecretAccessKey()
        {
            return this.secretAccessKey != null;
        }