Amazon.ElasticMapReduce.Model.BootstrapActionConfig.IsSetScriptBootstrapAction C# (CSharp) 메소드

IsSetScriptBootstrapAction() 개인적인 메소드

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