Amazon.ElasticMapReduce.Model.BootstrapActionConfig.IsSetScriptBootstrapAction C# (CSharp) Method

IsSetScriptBootstrapAction() private method

private IsSetScriptBootstrapAction ( ) : bool
return bool
        internal bool IsSetScriptBootstrapAction()
        {
            return this.scriptBootstrapAction != null;
        }
    }