Amazon.ElasticMapReduce.Model.InstanceGroupStatus.IsSetTimeline C# (CSharp) Method

IsSetTimeline() private method

private IsSetTimeline ( ) : bool
return bool
        internal bool IsSetTimeline()
        {
            return this.timeline != null;
        }
    }